https://github.com/sxsid/basic_todo
https://github.com/sxsid/basic_todo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sxsid/basic_todo
- Owner: SXsid
- Created: 2024-03-07T05:04:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T05:11:35.000Z (over 1 year ago)
- Last Synced: 2025-02-14T22:48:17.519Z (4 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todo app
This project contains a simple TODO application
It has the following features -
- Anyone can create a todo(post)
- Anyone can see their existing todos(get)
- Anyone can mark a todo as done(put)