Category Tree - Live Url
An application for Category tree using redux.
- Users can create dynamic Categories and Subcategories
- Button to add the root level Category.
- Expand Subcategories by click on the “+” icon near the Category Name
- On Right Click of any category or subcategory, the user should be able to see the Action menu for that category.
- The Action menu should include the below options.
- Delete Category (This should also delete all subcategories under the category)
- Edit Category
- Add Subcategory
- Clone the repository
- Install the required dependency: `npm install`
- Run the project: `npm start`
Following stack has been used in the project