/timer2

Measures task session durations and manages tasks

Primary LanguageJavaScriptMIT LicenseMIT

#Timer 2 Angular 2 version of Timer.

#About Timer measures how much time you've spent playing video games (or really doing anything else) session by session. Games can also be managed by assigning one of the statuses: finished, on hold, dropped or in wishlist. Due to the fact that session start/stop happens by user input only instead of fancy application execution tracking, Timer does not impose any platform requirements.

It also doubles as a sort of TodoMVC and playground for me.

#Development Install dependencies:

npm install
npm run jspm install
npm run gulp sass
npm run bundle:vendor

Run dev tools separately:

npm run gulp watch-styles
npm run lite-server
npm run bundle:dev

#Releasing TBD