https://github.com/abdelillahbel/task_manager_console_app
The project is a simple task manager console application built with Dart. It allows users to create, update, delete, and list tasks from the command line. The application uses a local JSON file to store tasks and provides a command-line interface for interacting with the tasks.
https://github.com/abdelillahbel/task_manager_console_app
dart dartz uuid
Last synced: 5 months ago
JSON representation
The project is a simple task manager console application built with Dart. It allows users to create, update, delete, and list tasks from the command line. The application uses a local JSON file to store tasks and provides a command-line interface for interacting with the tasks.
- Host: GitHub
- URL: https://github.com/abdelillahbel/task_manager_console_app
- Owner: abdelillahbel
- Created: 2024-11-19T16:35:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T16:36:07.000Z (over 1 year ago)
- Last Synced: 2025-12-03T12:22:31.529Z (7 months ago)
- Topics: dart, dartz, uuid
- Language: Dart
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Task Manager Console App
This is a simple task manager console application built with Dart. It allows users to create, update, delete, and list tasks from the command line.
## Features
- [x] Add new tasks
- [ ] Update existing tasks
- [ ] Delete tasks
- [x] List all tasks
## Requirements
- Dart SDK
## Installation
1. Clone the repository:
```sh
git clone https://github.com/abdelillahbel/task_manager_console_app.git
```
2. Navigate to the project directory:
```sh
cd task_manager_console_app
```
3. Get the dependencies:
```sh
dart pub get
```
## Usage
Run the application:
```sh
dart run bin/main.dart
```
## Contributing
1. Fork the repository
2. Create a new branch (`git checkout -b feature-branch`)
3. Commit your changes (`git commit -am 'Add new feature'`)
4. Push to the branch (`git push origin feature-branch`)
5. Create a new Pull Request
## License
This project is licensed under the MIT License.
## Contact
For any questions or suggestions, please open an issue or contact the repository owner.