Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sujalxplores/minimal-to-do-app-preserve-state
Small practice to-do app that preserve notes state using localStorage API.
https://github.com/sujalxplores/minimal-to-do-app-preserve-state
css3 html5 javascript localstorage notes-app task-manager todoapp todolist
Last synced: about 1 month ago
JSON representation
Small practice to-do app that preserve notes state using localStorage API.
- Host: GitHub
- URL: https://github.com/sujalxplores/minimal-to-do-app-preserve-state
- Owner: SujalXplores
- Created: 2022-01-07T11:17:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T07:26:55.000Z (almost 3 years ago)
- Last Synced: 2024-12-22T05:42:29.602Z (about 1 month ago)
- Topics: css3, html5, javascript, localstorage, notes-app, task-manager, todoapp, todolist
- Language: JavaScript
- Homepage: https://sujalshah3234.github.io/minimal-to-do-app-preserve-state/
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✍️ To-Do app in Vanilla Javascript
[![HitCount](http://hits.dwyl.com/SujalShah3234/minimal-to-do-app-preserve-state.svg)](http://hits.dwyl.com/SujalShah3234/minimal-to-do-app-preserve-state)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Website shields.io](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](http://shields.io/)
[![Open Source? Yes!](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github)](https://github.com/Naereen/badges/)Simple yet powerful app that preserves state with JS localstorage API and allows you to add to-do items and mark them as complete.
### ✨ Features
-✅ Add to-do items
-✅ Mark items as complete
-✅ Mark items as incomplete
-✅ Delete items
-✅ Preserve state by local storage