Skip to content

LynhTran/watered-down

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watered Down

Watered Down helps households meter their water usage. According to the EPA, the act of metering alone can reduce consumption by 20-40%.

Our web-app allows users to easily print stickers to put on their water-consuming facilities like toilets, faucets, showers, and dishwashers. These stickers have a QR code which interfaces with our API to track the user's water usage whenever they are scanned. The web-app also comes with a dashboard to monitor the user's water usage visually.

A Minnehack 2021 project with @chan-w, @etredal, @lynhtran, and @nathanielbd

Running locally

cd backend
python3 -m venv env
cd ..
./setup.sh # on terminal tab
cd app
npm start # another terminal tab

About

Minnehack 2021 project: meter water with QR codes! Made with @chan-w, @LynhTran, @etredal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.3%
  • HTML 8.8%
  • Python 7.8%
  • Shell 2.3%
  • CSS 1.8%