https://github.com/pk170970/react-project-10-grocerytodo
Grocery todo with React having edit , clear and delete functionality
https://github.com/pk170970/react-project-10-grocerytodo
conditional-rendering localstorage react useeffect usestate
Last synced: 7 months ago
JSON representation
Grocery todo with React having edit , clear and delete functionality
- Host: GitHub
- URL: https://github.com/pk170970/react-project-10-grocerytodo
- Owner: pk170970
- Created: 2022-12-11T17:12:26.000Z (almost 3 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-12-11T17:46:58.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T14:44:32.618Z (8 months ago)
- Topics: conditional-rendering, localstorage, react, useeffect, usestate
- Language: HTML
- Homepage: https://csb-jj4znh.netlify.app/
- Size: 587 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⭐ React-Project: Grocery Todo ⭐
## 🔗 Links
[Code Link](https://codesandbox.io/s/react-project-10-todo-grocery-jj4znh)
[Live](https://csb-jj4znh.netlify.app/)
[Linkedin](https://www.linkedin.com/in/pratyush-kesarwani-2b6601171/)## Learnings
📌1. Best use of map, find function.
📌2. Learn how to edit, delete the list.
📌3. controlled and uncontrolled components
📌4. useState and useEffect
📌5. how to handle alert and use of localstorage## Acknowledgement
I am thankful to John Smilga for his amazing udemy course on React.
If any one is interested, you can check here.
[Course Link](https://www.udemy.com/course/react-tutorial-and-projects-course/)