This project is a simple clone of project collab/management services like Jira, Trello, etc. Users can create ToDo, Doing, Done tasks and update them as well. It uses HTML5 drag & drop APIs to drag cards to different categories. Cards are sorted according to their modified time. State of the data is preserved so you don't lose anything.
Client : React, React-bootstrap (UI)
- Multiple categories and columns
- Ordered data
- Validation of data
- Persistent State
- Add, Update or Delete cards
- Drag and Drop cards
- Simple and clean user interface
- Clone the project
git clone https://github.com/theanujdev/project-collab-demo.git
- Go to the project directory
cd project-collab-demo
- Install dependencies
yarn install
- Start the server
yarn start
If you have any feedback, please reach out at @theanujdev