Personal time tracking dashboard

This is just a simple react based personal time tracking dashboard design to track down the time spent on different activities be it daily, weekly or monthly.

Tools, Language and Framework

Next, Typescript, HTML, CSS

Preview

Screenshot 2023-02-20 at 7 31 21 PM

Steps to run

  • Clone the repository into your working directory
  • Open the CLI and type 'npm i' to install all the dev dependencies
npm i
  • Run the project by 'npm start' and the application will start on your local host
npm run dev