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

https://github.com/n0tfond/tracker_time

Simple web app pour tracker le temps | Simple web app for time tracking
https://github.com/n0tfond/tracker_time

time tracking webapp website

Last synced: 4 months ago
JSON representation

Simple web app pour tracker le temps | Simple web app for time tracking

Awesome Lists containing this project

README

          

# Tracker time !

---

## Let me introduce 'Tracker Time'.

As the name suggests, Traker Time is a small website to track your working hours. I developed it for an upcoming internship to help me track my hours!

### What features can be found on the site?

- Work time tracking
- A task list that you can complete on your own
- And a note-taking section

---

#### Some images:

Time Entry


Task Entries


Note Taking


---

### To install the project:

```bash
git clone https://github.com/N0tFond/traker_time.git
```

Or

```bash
gh repo clone N0tFond/traker_time
```

Once the repo is cloned, navigate to the project folder:

```bash
cd traker_time
```

Install all the Node.js dependencies:

```bash
npm install
```

And to preview the project:

```bash
npm run dev
```