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!
- Work time tracking
- A task list that you can complete on your own
- And a note-taking section
Time Entry
Task Entries
Note Taking
git clone https://github.com/N0tFond/traker_time.gitOr
gh repo clone N0tFond/traker_timeOnce the repo is cloned, navigate to the project folder:
cd traker_timeInstall all the Node.js dependencies:
npm installAnd to preview the project:
npm run dev