Skip to content

A simple stopwatch with voice commands and history.

License

Notifications You must be signed in to change notification settings

freshcodes/startstopapp

Repository files navigation

StartStop.App

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.

CLI Commands

# 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