https://github.com/dcdms/time-tracking-dashboard
Personal time tracking dashboard UI.
https://github.com/dcdms/time-tracking-dashboard
Last synced: 9 months ago
JSON representation
Personal time tracking dashboard UI.
- Host: GitHub
- URL: https://github.com/dcdms/time-tracking-dashboard
- Owner: dcdms
- Created: 2024-06-26T16:25:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T17:37:35.000Z (almost 2 years ago)
- Last Synced: 2025-05-15T05:11:36.076Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://time-tracking-dashboard-eight-azure.vercel.app
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time Tracking Dashboard

## Hello! 💫
This is my solution to the ["Time Tracking Dashboard" challenge by Frontend Mentor](https://www.frontendmentor.io/challenges/time-tracking-dashboard-UIQ7167Jw).
## Running 🚀
If you want to run this app in your machine, make sure you have NodeJS and Git installed and run the following commands:
```sh
# 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
```
## Technologies Used ✨
- [NextJS](https://nextjs.org)
- [Tailwind CSS](https://tailwindcss.com)
- [Tailwind Variants](https://www.tailwind-variants.org)
- [TypeScript](https://typescriptlang.org)
- [Eslint](https://eslint.org)
- [Prettier](https://prettier.io)