Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.14 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.14 KB

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.

Screenshots

Getting Started

  1. Clone this repo.

bash git clone https://github.com/rbrtrfl/linkup

  1. Install dependencies in root, server and client folders

bash npm install

  1. Install MongoDB Compas on your machine, start the program and connect the database

  2. Start the client from client folder root

npm start

  1. Start the server from server folder root

nodemon

Tech Stack

  • React
  • Node.js
  • Express
  • MongoDB
  • Mongoose

To Do

  • Refactor code and file organization
  • Create Page with Statistic Graphics
  • Display current prices with details after QR code is scanned
  • Add multi account possibility