This is a PWA stopwatch that has voice commands if the browser supports it. It will save state in local storage.
This was built primarily to explore progressive web apps and other technologies as time permits.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# build for production with minification
npm run build
# run tests with jest
npm run test
# lint code
npm run lint