Task Planner: A web app for managing tasks and sprints. Built with React, Node, and Mongo, it allows users to assign tasks, change their status, and view progress. Improve team productivity with this easy-to-use tool.
- create-react-app
- react-router-dom
- Chakra-ui
- redux
- redux-thunk
- react-icons
- axios
- chakra-ui/icons
clone this repo in your local system
npm install
npm run start
- Login Page
- signup Page
- Sprint Page
- Task Page
- 90-95 %
- signup
- without verifing email user can't login
- login
- Protected Route "/" without login You can't access this page.
- Create Sprint
- delete Sprint
- change Sprint Name
- View Particular Sprint tasks
- Create Task
- Change Status of Task
- Delete the Particular Task