"Working time around" is a personal attendance and working time recording web application. It save records to browser's local storage, initially does not access any Web APIs. You can also set up and send your activities to Slack by setting the connection(you need to register the app in the workspace and create an Incoming Webhook. Please see Incoming Webhooks).
Access live demo site
- Clone this repository
- Run
npm install
- Run
npm start
- If you want to run unit test, run
npm test
- If you want to build distribution, run
npm run-script build
MIT