Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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'.
- Host: GitHub
- URL: https://github.com/cirmifrancis/javascript-items-list
- Owner: CirmiFrancis
- Created: 2024-03-08T21:45:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T00:14:16.000Z (7 months ago)
- Last Synced: 2024-06-18T01:24:39.711Z (7 months ago)
- Topics: add, bootstrap, css, delete, edit, html, javascript, localstorage, order, responsive, search, sweetalert2
- Language: JavaScript
- Homepage: https://cirmifrancis.github.io/javascript-items-list/
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!