Meter Display
For context on why I made this, see my blog post: Here are my code exercises I submitted to get job interviews (part 1)
View this online:
umaar.github.io/meter-display/src/index.html
Or run this locally:
cd src
python -m SimpleHTTPServer
Then open up http://localhost:8000/
To run tests
npm i
make test