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

https://github.com/derektypist/build-a-fruit-search-app

Learn about the useEffect() hook by building an application that fetches fruit data from an API based on user input and displays the results dynamically.
https://github.com/derektypist/build-a-fruit-search-app

css3 freecodecamp-project html5 react reacthooks useeffect usestate

Last synced: about 1 month ago
JSON representation

Learn about the useEffect() hook by building an application that fetches fruit data from an API based on user input and displays the results dynamically.

Awesome Lists containing this project

README

          

# Build a Fruit Search App

Learn about the `useEffect()` hook by building an application that fetches fruit data from an API based on user input and displays the results dynamically.

## Technologies

Uses HTML5, CSS3 and React.

## Deployment

On [GitHub Pages](https://derektypist.github.io/build-a-fruit-search-app) at the main branch.

## Credits

### Acknowlegements

- [FreeCodeCamp](https://www.freecodecamp.org)