The website is built using React , and application state is managed using Redux. The website is deployed on Vercel
- Clone the repository
- Install the packages
npm install
- Run this command
npm start
- Ability to add new tasks and subtasks . user can also add description, status and priority of the tasks
- The tasks will be filtered based on completion status
- User can create multiple boards of tasks, like personal, professional,etc.
- Tasks can be dragged and dropped between categories
- Due dates for a task can be specified during task creation