Chore Tracker
This is a mobile app to track the chores done by my daughter. It will keep a note of each chore and assign points based on completion and quality. When a points target is hit, this will prompt a parent to implement a reward. THere are possibly apps that already exist to do this, but decided to take the opportunity to build something new and learn React Native as I'd always wanted to!
To begin with, this should have two types of user: child and parent.
- Child users will be able to see their chores and points, and a history of past point levels achieved. They can press a button to alert a parent when a chore has been done but will be prevented from doing this again until a parent has set a verified status on that chore. .
- Parent users will be able to add chores, verify when a chore is done then assign points based on completness. Thwy will also be prompted when a reward target has been reached.
A future extension I may consider, depending on the risks vs user experience, is to set financial reward limits and trasnfer money between parent and child accounts when a points limit is reached. This may not be possible and has a definate risk so will need to be assessed for viability!
- Source code on github - Work in Progress!
- I've no plans to distribute this project at this time.
Relevant Technologies Used
- React Native
- React
- Expo
- TypeScript
- React Navigation
- AsyncStorage