https://github.com/muradisazade777/task-tracker
https://github.com/muradisazade777/task-tracker
api csharp json libray modules
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muradisazade777/task-tracker
- Owner: MuradIsazade777
- License: mit
- Created: 2025-09-05T16:26:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-05T16:35:22.000Z (8 months ago)
- Last Synced: 2025-09-05T18:38:34.795Z (8 months ago)
- Topics: api, csharp, json, libray, modules
- Language: C#
- Homepage:
- Size: 86.9 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ Task Tracker CLI App
A lightweight command-line task manager built with C# and .NET. This app allows users to add, list, complete, and delete tasks โ all stored in a local `tasks.json` file. Perfect for developers who love simplicity and control from the terminal.
## ๐ Features
- โ
Add new tasks with custom titles
- ๐ List all tasks with completion status
- โ๏ธ Mark tasks as completed
- ๐๏ธ Delete tasks by ID
- ๐พ Persistent storage via `tasks.json`
- ๐งผ Clean code structure using services and models
## ๐ Requirements
- [.NET SDK 6.0+](https://dotnet.microsoft.com/download)
- Terminal or command prompt
## โถ๏ธ How to Run
```bash
cd "Task Tracker"
dotnet run
๐ Usage
Choose an option from the menu:
Code
1. Add Task
2. List Tasks
3. Complete Task
4. Delete Task
5. Exit
๐ License
This project is licensed under the MIT License. See below for details.