The GitHub User Search React App is a web application that allows users to search for GitHub users in real-time as they type a username into an input field. The app utilizes the GitHub API to fetch and display a list of GitHub users that match the entered username.
- Real-time user search as you type.
- Displays a list of GitHub users that match the entered username.
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server. - Open your web browser and go to
http://localhost:3000
.
- React: A JavaScript library for building user interfaces.
- GitHub API: Used to fetch user data based on the entered username.
Check out the deployed app on GitHub Pages: GitHub User Search App