To build this project, clone this github repo and then download necessary dependencies using npm:
npm install
To run the project, use this command:
npm start
*For testing, please log in as "manager" (password: Manager@123) to see manager view, or "user" (password: User@123) to see user view.
- Individuals can create tasks
- Managers can create 'templates' for reoccuring tasks (assigned to users)
- Offline capabilities
- Only managers can see full list of tasks
- Add tests
- Improve editing of tasks
- Sort pending tasks by status and priority
This project was bootstrapped with Create React App.
Schedules were created with the help of Later.js