https://github.com/kutay-celebi/ntracker
A desktop app where you can easily keep track of your time-based tasks.
https://github.com/kutay-celebi/ntracker
electron electronjs sequelize sequelize-orm sqlite3 time time-tracker time-tracking tracker vite vue vue3
Last synced: about 1 year ago
JSON representation
A desktop app where you can easily keep track of your time-based tasks.
- Host: GitHub
- URL: https://github.com/kutay-celebi/ntracker
- Owner: kutay-celebi
- Created: 2023-06-01T13:53:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T22:20:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T15:12:22.727Z (over 1 year ago)
- Topics: electron, electronjs, sequelize, sequelize-orm, sqlite3, time, time-tracker, time-tracking, tracker, vite, vue, vue3
- Language: Vue
- Homepage:
- Size: 3.68 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## 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






## π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.
[](https://github.com/kutay-celebi/ntracker/releases/download/1.2.0/ntrack-1.2.0-setup.exe)
[](https://github.com/kutay-celebi/ntracker/releases/download/1.2.0/ntrack-1.2.0-setup.exe)
[](https://github.com/kutay-celebi/ntracker/releases/download/1.2.0/ntrack-1.2.0.dmg)
[](https://github.com/kutay-celebi/ntracker/releases/download/1.2.0/ntrack-1.2.0.AppImage)
## π§βπ» Running Development
Local development requires at least Node v16 installed.
Clone repo
```shell
clone git https://github.com/kutay-celebi/ntracker
```
Install dependencies
```shell
pnpm install
```
Run with dev env.
```shell
pnpm dev
```
## βοΈ Contributing
TODO