This project consists of two React components designed to interact with different APIs.
The Pixabay Image Search component allows users to search for images based on keywords using the Pixabay API.
- Input field to enter search keywords.
- Displays images and associated tags fetched from Pixabay.
- Provides a link to view each image on Pixabay.
- Enter a keyword in the input field.
- Click on the "Search" button to fetch and display relevant images.
- React
- Pixabay API
The GitHub Profile Finder component allows users to search for GitHub profiles by username using the GitHub API.
- Input field to enter a GitHub username.
- Displays basic profile information including avatar, username, name, followers, following, and public repositories.
- Provides a link to the GitHub profile.
- Enter a GitHub username in the input field.
- Click on the "Search" button to fetch and display the profile information.
- React
- GitHub API
To get started with this project locally, follow these steps:
- Clone the repository to your local machine.
- Install dependencies using
npm install
. - Run the project using
npm start
. - Open http://localhost:3000 to view it in the browser.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.