Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 730 Bytes

README.rst

File metadata and controls

22 lines (18 loc) · 730 Bytes

Chortle

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.

Installation

  1. Download Poetry and NodeJS
  2. Clone the repository
  3. Inside the repository top level, run poetry install
  4. Inside the app directory, run npm install

Usage

  1. Start the application by running node app.js inside the app directory.
  2. Navigate to http://localhost:5000/chortle.html in a web browser.