This application allows you to manage categories and subcategories with CRUD operations.
- Add, edit, and delete categories and subcategories.
- Store data locally using
localStorage
. - Responsive UI with React and Tailwind CSS.
To get a local copy up and running follow these simple steps:
Make sure you have Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/ikramuzzaman455173/dynamic-nested-categories-reactjs.git
-
Navigate to the project directory:
cd dynamic-nested-categories-reactjs
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and navigate to
http://localhost:3000
to view the app.
- Click Add Category to create a new top-level category.
- Click Edit to modify category names.
- Click Delete to remove a category and its subcategories.
- Click Add Subcategory to add a child category to an existing category.
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
Distributed under the MIT License. See LICENSE
for more information.
- This project was built using React and Tailwind CSS.