https://github.com/arjun1237/to-do-list
https://github.com/arjun1237/to-do-list
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjun1237/to-do-list
- Owner: arjun1237
- Created: 2020-07-07T14:39:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T16:59:14.000Z (over 5 years ago)
- Last Synced: 2025-01-09T05:00:38.769Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TO-DO-LIST
Problem
- have to da a to-do-list that has functionalities of
- adding an item,
- edit an item and
- remove an item from the list.
- each item should have an
- EDIT button
- checkbox
- label
Use these for reference:


