Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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).