Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 3.51 KB

README.md

File metadata and controls

88 lines (60 loc) · 3.51 KB

Introduction

You can easily track your work on a time basis with NTrack. You can manage your work more easily and report your records with less difficulty.

Screenshots

Built With

Electron.js Vue.js Vite PNPM SQLite Sequelize

🚀Features

📍 Save your daily to-do tasks.
📍 Organize your saved to-do.
📍 Track the time of your work on a daily basis.
📍 Start a timer for a task that you are busy with and record the time elapsed.
📍 Customize the application as you like.

🖥️ Download & Install

Download the latest version from the releases page.

Windows Windows macOS Linux

🧑‍💻 Running Development

Local development requires at least Node v16 installed.

Clone repo

clone git https://github.com/kutay-celebi/ntracker

Install dependencies

pnpm install

Run with dev env.

pnpm dev

✍️ Contributing

TODO