Skrauzodoro Tracker is a customizable fullstack time tracking and management tool built with the MEAN (MongoDB, ExpressJS, Angular, NodeJS) stack. The application came from my need for a straightforward time tracking solution, capable of analysing gathered records. App is capable of tracking time spent working on specific tasks and projects using a classic stopwatch or a Pomodoro Technique.
The records are then saved to a local MongoDB database and are available to be viewed in the Analytics tab.
User is able to create, read, update and delete projects. In addition to adjusting settings and integrating with Todoist through the Todoist API.
- Download and install MongoDB Community Server - https://www.mongodb.com/try/download/community
- Clone the serverside part of the application - https://github.com/Skrauz/SkrauzodoroTracker-Server (it's required for full functionality)
- Run
npm install
andnpm start
in server's directory - Clone this repo
- Run
npm install
andng serve -o
in client's directory to serve the project and automatically navigate tohttp://localhost:4200/
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
This project was generated with Angular CLI version 15.0.4.