To-Do App (Vanilla JavaScript, LocalStorage)
Simple To-Do App
A compact web application for task management, written in pure JavaScript.
Technologies
HTML5 / CSS3
Vanilla JavaScript (ES6+)
LocalStorage API
Features
Adding and deleting tasks.
Protection against entering empty strings.
Saving the to-do list in the browser's memory (LocalStorage) - data does not disappear after refreshing the page.
Source code on GitHub: https://github.com/pashka006/js-todo-list
#html5 #css3 #javascript #js #frontend #webdevelopment #localstorage
A compact web application for task management, written in pure JavaScript.
Technologies
HTML5 / CSS3
Vanilla JavaScript (ES6+)
LocalStorage API
Features
Adding and deleting tasks.
Protection against entering empty strings.
Saving the to-do list in the browser's memory (LocalStorage) - data does not disappear after refreshing the page.
Source code on GitHub: https://github.com/pashka006/js-todo-list
#html5 #css3 #javascript #js #frontend #webdevelopment #localstorage