https://github.com/derektypist/build-a-shopping-list-app
Use the useMemo() and useCallback() hooks in React to build a simple shopping list app. Learn more about state and the lifecycle of React components.
https://github.com/derektypist/build-a-shopping-list-app
css3 freecodecamp-project html5 react
Last synced: about 1 month ago
JSON representation
Use the useMemo() and useCallback() hooks in React to build a simple shopping list app. Learn more about state and the lifecycle of React components.
- Host: GitHub
- URL: https://github.com/derektypist/build-a-shopping-list-app
- Owner: derektypist
- Created: 2025-06-19T09:25:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-19T09:31:52.000Z (12 months ago)
- Last Synced: 2025-06-19T10:36:33.604Z (12 months ago)
- Topics: css3, freecodecamp-project, html5, react
- Language: JavaScript
- Homepage: https://derektypist.github.io/build-a-shopping-list-app/
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Shopping List App
Use the `useMemo()` and `useCallback()` hooks in React to build a simple shopping list app. Learn more about state and the lifecycle of React components.
## Technologies
Uses HTML5, CSS3 and React.
## Deployment
On [GitHub Pages](https://derektypist.github.io/build-a-shopping-list-app) at the main branch.
## Credits
### Acknowledgements
- [FreeCodeCamp](https://www.freecodecamp.org)