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

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.

Awesome Lists containing this project

README

          





GitHub Workflow Status


total download


GitHub release (latest by date)

Buy Me A Coffee

## 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](https://img.shields.io/badge/Electron-191970?style=for-the-badge&logo=Electron&logoColor=white)
![Vue.js](https://img.shields.io/badge/vuejs-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![PNPM](https://img.shields.io/badge/pnpm-%234a4a4a.svg?style=for-the-badge&logo=pnpm&logoColor=f69220)
![SQLite](https://img.shields.io/badge/sqlite-%2307405e.svg?style=for-the-badge&logo=sqlite&logoColor=white)
![Sequelize](https://img.shields.io/badge/Sequelize-52B0E7?style=for-the-badge&logo=Sequelize&logoColor=white)

## πŸš€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](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/kutay-celebi/ntracker/releases/download/1.2.0/ntrack-1.2.0-setup.exe)
[![Windows](https://img.shields.io/badge/Windows%20Portable-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/kutay-celebi/ntracker/releases/download/1.2.0/ntrack-1.2.0-setup.exe)
[![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0)](https://github.com/kutay-celebi/ntracker/releases/download/1.2.0/ntrack-1.2.0.dmg)
[![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)](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