Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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