๐ Todo CLI
A simple and efficient command-line todo list manager built with **Go**.
๐ Features
- Add: a new todo
- Delete: a todo by index
- Edit: an existing todo
- Toggle: the completion status of a todo
- List: all todos
- Persistent storage using JSON file
๐ ๏ธ Installation
1. Clone the repositorygit clone https://github.com/deepak20001/todo_cli.git cd todo_cli
2. Run the following command in the project's root directory
go mod download
3. List all available commands for TODO application
go run . -h
๐ ๏ธ Tech Stack
- Go (Golang)
- JSON for storage
## Contributing
Feel free to fork the repository, open issues, and submit pull requests!
๐ License
This project is **MIT Licensed.