Skip to content

Skrauzodoro Tracker is a customizable fullstack time tracking and management tool built with the MEAN (MongoDB, ExpressJS, Angular, NodeJS) stack.

License

Notifications You must be signed in to change notification settings

Skrauz/SkrauzodoroTracker-Client

Repository files navigation

Skrauzodoro Tracker - MEAN Time Tracking and Management Tool

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.

tracking overview


The records are then saved to a local MongoDB database and are available to be viewed in the Analytics tab.

analytics


User is able to create, read, update and delete projects. In addition to adjusting settings and integrating with Todoist through the Todoist API.

modals


How to run the project

  1. Download and install MongoDB Community Server - https://www.mongodb.com/try/download/community
  2. Clone the serverside part of the application - https://github.com/Skrauz/SkrauzodoroTracker-Server (it's required for full functionality)
  3. Run npm install and npm start in server's directory
  4. Clone this repo
  5. Run npm install and ng serve -o in client's directory to serve the project and automatically navigate to http://localhost:4200/

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

Further help

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.

About

Skrauzodoro Tracker is a customizable fullstack time tracking and management tool built with the MEAN (MongoDB, ExpressJS, Angular, NodeJS) stack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published