TIME TRACKING APP

🔰

Track various activities from particular start times.

DEMO

Alt text Alt text Alt text

How to run the application

  1. Clone the repository and cd into into the project directory:
$ git clone https://github.com/khwilo/time-tracking-app.git
$ cd time-tracking-app
  1. Install the required dependencies:
$ cd client && npm install
$ cd server && npm install
  1. Run the app:
$ npm run dev