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

https://github.com/dinataklit/grocery-bud

This is a simple react app that allows adding new items, remove, edit them. Clear all the list items. Save and restore the list using Locale Storage.
https://github.com/dinataklit/grocery-bud

localstorage react react-hooks useeffect usestate

Last synced: 3 months ago
JSON representation

This is a simple react app that allows adding new items, remove, edit them. Clear all the list items. Save and restore the list using Locale Storage.

Awesome Lists containing this project

README

        

# Grocery Bud

- Live Preview: https://dinataklit.github.io/Grocery-Bud/

This is a simple application that:

- Add new items to a list
- Edit an item in the list with the given id
- Remove an item from the list with the given id
- Clear all the items
- Save the list and restore it with Local Storage.

## credits

All credits goes for this react tuto from john smigla [Code 15 React Projects - Complete Course](https://www.youtube.com/watch?v=a_7Z7C_JCyo), project number : 10.