https://github.com/dheerajshenoy/dotodo
A todo program written in Rust
https://github.com/dheerajshenoy/dotodo
Last synced: 8 months ago
JSON representation
A todo program written in Rust
- Host: GitHub
- URL: https://github.com/dheerajshenoy/dotodo
- Owner: dheerajshenoy
- License: gpl-3.0
- Created: 2024-08-11T17:38:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T18:19:15.000Z (about 1 year ago)
- Last Synced: 2024-08-11T19:39:27.611Z (about 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotodo
A todo program written in Rust.
I am learning Rust, so I thought what can be best than to create something out of it.
# Libraries Used
1. ratatui
2. serde and serde_json
# Features
1. List items from a JSON file
2. Mark element
3. Delete marked elements
4. Rename element