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.
- Host: GitHub
- URL: https://github.com/dinataklit/grocery-bud
- Owner: DinaTaklit
- Created: 2021-08-01T06:51:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T10:36:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T23:27:51.763Z (5 months ago)
- Topics: localstorage, react, react-hooks, useeffect, usestate
- Language: CSS
- Homepage: https://dinataklit.github.io/Grocery-Bud/
- Size: 935 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.