This is my solution to the "Time Tracking Dashboard" challenge by Frontend Mentor.
If you want to run this app in your machine, make sure you have NodeJS and Git installed and run the following commands:
# Clone this repository
git clone https://github.com/dcdm3g/time-tracking-dashboard
# Go to the created folder
cd time-tracking-dashboard
# Install dependencies
pnpm i
# Start the NextJS development server
pnpm dev