Skip to content

deepak20001/todo_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ 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 repository

git 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages