Never miss a thing in Life. Organize and keep track of all your tasks.
https://tasks-timer-tracker.herokuapp.com
Include logo/demo screenshot etc.
- Angular
- TypeScript
- Karma/Jasmine
- Codelyzer & TSLint
- SASS/SCSS
- Webpack 3
- Express
- MongoDB
- The ability to book time directly from the tracker.
- The ability to book time without the tracker.
- Listing of all the tracked time booked in the past.
- Search functionality that searches/filters all the descriptions of every time log.
* `npm start` - start the development webpack server (access via http://localhost:3000/)
* `npm run coverage` - run the project unit tests one time and print out a coverage report, generated under **/coverage/index.html**
* `npm run lint` - run the project linting (will be run every time `npm test` is run)
* `npm run build` - generate a production build for the project, which will be inserted into dist/
* `npm run server` - run a live-server instance off of the **dist/** directory (generated from the `build` command)
https://api-timer.herokuapp.com/tasks/
* `npm test` - run the project unit tests (*.spec.ts files)