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.
- Host: GitHub
- URL: https://github.com/derektypist/build-a-fruit-search-app
- Owner: derektypist
- Created: 2025-06-18T08:15:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-18T08:19:14.000Z (12 months ago)
- Last Synced: 2025-06-18T09:26:05.123Z (12 months ago)
- Topics: css3, freecodecamp-project, html5, react, reacthooks, useeffect, usestate
- Language: JavaScript
- Homepage: https://derektypist.github.io/build-a-fruit-search-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 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)