Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/damiieibikun/todo-list
- Owner: Damiieibikun
- Created: 2024-07-07T13:39:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:47:01.000Z (7 months ago)
- Last Synced: 2024-11-15T03:33:13.757Z (3 months ago)
- Topics: dom-manipulation, html-css-javascript, input-validation, localstorage
- Language: JavaScript
- Homepage: https://damiieibikun.github.io/TODO-list/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 storageThis project uses Native JavaScript as programming language of choice, HTML and CSS for structure and styling.