Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plan28-06/todo_list
A simple and intuitive To-Do List application built using HTML, CSS, and vanilla JavaScript. This demonstrates my understanding of module bundling with Webpack and data persistence using the Web Storage API (Local Storage).
https://github.com/plan28-06/todo_list
css html javascript localstorage webpack webstorageapi
Last synced: about 2 months ago
JSON representation
A simple and intuitive To-Do List application built using HTML, CSS, and vanilla JavaScript. This demonstrates my understanding of module bundling with Webpack and data persistence using the Web Storage API (Local Storage).
- Host: GitHub
- URL: https://github.com/plan28-06/todo_list
- Owner: plan28-06
- Created: 2024-07-25T14:12:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T05:53:47.000Z (2 months ago)
- Last Synced: 2024-12-02T06:29:42.497Z (2 months ago)
- Topics: css, html, javascript, localstorage, webpack, webstorageapi
- Language: JavaScript
- Homepage: https://plan28-06.github.io/Todo_List/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo_List
## Website Link
For a live preview please visit [__Todo-List.__](https://plan28-06.github.io/Todo_List/)## **Note**
A simple and intuitive To-Do List application built using HTML, CSS, and vanilla JavaScript. This demonstrates my understanding of module bundling with Webpack and data persistence using the Web Storage API (Local Storage).