https://github.com/pabitra-33/to-do-list__js
Developed one simple to-do-list by using HTML5, CSS3 and Javascript that is going to help a user/customer remembering their tasks and managing accordingly.
https://github.com/pabitra-33/to-do-list__js
Last synced: 7 months ago
JSON representation
Developed one simple to-do-list by using HTML5, CSS3 and Javascript that is going to help a user/customer remembering their tasks and managing accordingly.
- Host: GitHub
- URL: https://github.com/pabitra-33/to-do-list__js
- Owner: Pabitra-33
- Created: 2024-06-18T15:31:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T18:03:49.000Z (over 1 year ago)
- Last Synced: 2024-06-22T10:23:27.163Z (over 1 year ago)
- Language: CSS
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do-List__JS
Developed one simple to-do-list by using HTML5, CSS3 and Javascript that is going to help a user/customer remembering their tasks and managing accordingly.
Creating a to-do list in JavaScript involves using HTML for the structure, CSS for styling, and JavaScript to handle the dynamic functionality like adding, removing, and marking tasks as complete.