💫View it Live
Parents can create their children's accounts and assign tasks that are worth a specified number of coins. Additionally, parents can create rewards that require a certain number of coins to redeem. The application will keep track of each child's completed and incompleted tasks.
Children can view their assigned tasks and mark them as completed. Once they earn enough coins, they can redeem rewards created by their parents. The application has a user-friendly interface to make navigation and interaction easy for children.We hope you find our application useful in managing your family's tasks and rewards.
📍View: Complete Wireframes
- Fork and clone this repository.
- In your terminal,
- In a new terminal,
$ cd task-quest-frontend
$ npm install (to install client-side dependencies)
$ npm start (to start the client)
$ cd task-quest-backend
$ npm install (to install server-side dependencies)
$ npm i nodemon
$ nodemon (to start the server)
→ Natalie Perez
→ Sylvia Chen
→ Emily Jarecki
→ Mo Taraq
→ Darya Abdullahzadeh
→ Gerell Allen
→ Flannery Wilson
→ Adrienne Kaplowitz
- Edit/delete a reward
- Assign a reward per child
- Fix the relationship between Child and Task, where one child per task
- Edit/delete Child
- Edit parent