https://github.com/coderomm/taskmanager
A simple console application for managing tasks.
https://github.com/coderomm/taskmanager
Last synced: 12 months ago
JSON representation
A simple console application for managing tasks.
- Host: GitHub
- URL: https://github.com/coderomm/taskmanager
- Owner: coderomm
- Created: 2023-12-02T12:08:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T18:18:06.000Z (about 2 years ago)
- Last Synced: 2025-01-14T07:11:32.221Z (about 1 year ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager
A simple console application for managing tasks build using C#.
## Features
- Add tasks to the list.
- Mark tasks as completed.
- View the list of tasks.
## How to Use
1. Clone the repository to your local machine.
```bash
git clone https://github.com/coderomm/TaskManager.git