TidyApp is a Web application that helps parents to teach good habits to their children through "gamification". Parents can create different tasks and print QR codes. When the children scan the QR codes, the can accumulate points and retrieve rewards.
- Clone this repo.
bash git clone https://github.com/rbrtrfl/linkup
- Install dependencies in root, server and client folders
bash npm install
-
Install MongoDB Compas on your machine, start the program and connect the database
-
Start the client from client folder root
npm start
- Start the server from server folder root
nodemon
- React
- Node.js
- Express
- MongoDB
- Mongoose
- Refactor code and file organization
- Create Page with Statistic Graphics
- Display current prices with details after QR code is scanned
- Add multi account possibility