Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/damiieibikun/todo-list

TODO list
https://github.com/damiieibikun/todo-list

dom-manipulation html-css-javascript input-validation localstorage

Last synced: 27 days ago
JSON representation

TODO list

Awesome Lists containing this project

README

        

# TODO-list
This project implements a simple single page TODO list using local storage as a database for storing todo list entries.

## Features:

* **Input Validation**
* This feature ensures that a user cannot add an empty item to the list
* **Edit**
* This feature allows the user to edit an entry and update it in the local storage
* **Delete**
* This feature allows user to delete an entered entry and update deleted item in local storage

This project uses Native JavaScript as programming language of choice, HTML and CSS for structure and styling.