abduljavedkhan / category-tree

An application for Category tree using redux.

Home Page:https://category-tree.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Category Tree - Live Url

Netlify Status

An application for Category tree using redux.

MVP

  • 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.
  1. Delete Category (This should also delete all subcategories under the category)
  2. Edit Category
  3. Add Subcategory

Steps to run the project

- Clone the repository
- Install the required dependency: `npm install`
- Run the project: `npm start`

Technical Specification

Following stack has been used in the project

ScreenShot

1. Root Level Categories

image

2. Categories and its Sub Categories

On Right Click of any category or subcategory, Action menu will be displayed (Delete, Edit, Add Sub Category)

image

About

An application for Category tree using redux.

https://category-tree.netlify.app/


Languages

Language:JavaScript 80.9%Language:HTML 18.7%Language:CSS 0.4%