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

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.

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)