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
- Host: GitHub
- URL: https://github.com/n0tfond/tracker_time
- Owner: N0tFond
- Created: 2025-03-26T11:00:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-09T11:41:37.000Z (9 months ago)
- Last Synced: 2025-10-23T17:45:37.724Z (8 months ago)
- Topics: time, tracking, webapp, website
- Language: Vue
- Homepage: https://traker-time.vercel.app
- Size: 4.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```