This will be my time-clock vue app.
I'm working to try to make it a progressive web app using Material Components for the Web
- Check out the code
- Run
yarn install
- Run
yarn serve
- Navigate to
localhost:8080
in your browser.
I've been slacking on tests, and I'm not entirely sure yet how to properly test
an application like this.
vue-cli
should have preconfigured this to use Jest, so tests should be
runnable by executing yarn test
This has not been implemented yet. I need to decide how I wish to store data before I can begin any work on this.