Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zakaria9375/fm-time-tracking


https://github.com/zakaria9375/fm-time-tracking

Last synced: 21 days ago
JSON representation

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/cli

ng serve
```

## Links

* [Challenge](https://www.frontendmentor.io/challenges/time-tracking-dashboard-UIQ7167Jw)
* [Live](https://fm-time-tracking.netlify.app/)