Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cirmifrancis/javascript-items-list

An 'Items List' made with JavaScript, similar to a 'To-Do List'.
https://github.com/cirmifrancis/javascript-items-list

add bootstrap css delete edit html javascript localstorage order responsive search sweetalert2

Last synced: about 2 months ago
JSON representation

An 'Items List' made with JavaScript, similar to a 'To-Do List'.

Awesome Lists containing this project

README

        

# Items List

You can ADD/EDIT/DELETE/SEARCH items from your list. You can change the background color and change the order of the items too!

Also, all items will be saved in your Local Storage so you don't lose them when you leave the page.

> [!NOTE]
> Maybe I will use this as a base to make something bigger in the future and add more functionalities.

## Update (v1.1.0) - 12 June 2024

* You can edit the title and the text of an item
* You can change the background color of an item
* You can change the order of the items
* You can confirm if you want to delete an item
* Page is now responsive!