IoT based chore tracking dashboard We designed this to leverage AWS IoT buttons and display a chart of household chores.
When you press a button it will mark a chore (for example clean the cat box) as done and set a timer for the next time this chore needs to be done.
- Download Poetry and NodeJS
- Clone the repository
- Inside the repository top level, run
poetry install
- Inside the app directory, run
npm install
- Start the application by running
node app.js
inside the app directory. - Navigate to http://localhost:5000/chortle.html in a web browser.