Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakaria9375/fm-time-tracking
https://github.com/zakaria9375/fm-time-tracking
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zakaria9375/fm-time-tracking
- Owner: Zakaria9375
- Created: 2024-03-29T17:18:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T05:27:07.000Z (7 months ago)
- Last Synced: 2024-03-31T06:25:01.947Z (7 months ago)
- Language: TypeScript
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time Tracking
This is a solution to the [Time Tracking dashboard challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/time-tracking-dashboard-UIQ7167Jw). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
![Design preview](./src/assets/design/desktop-design.jpg)
## Technologies
The technologies used in this design are:
* HTML & CSS & Ts
* Tailwind
* Angular## Setup
To run this app in development mode open the terminal and write the following:
```sh
git clone https://github.com/Zakaria9375/fm-time-tracking.git
cd fm-time-tracking
npm install
// you need to install angular cli to run this app in development mode
npm install -g @angular/cling serve
```## Links
* [Challenge](https://www.frontendmentor.io/challenges/time-tracking-dashboard-UIQ7167Jw)
* [Live](https://fm-time-tracking.netlify.app/)