This is a simple GitHub User Searcher app built with React that allows you to search for GitHub users using the GitHub API. The app displays the user's information, including their avatar, username, bio, and other relevant details. It also includes error handling for invalid usernames.
- Search for a GitHub user by username
- Display user details such as name, avatar, followers, repositories, and bio
- Responsive UI with CSS and React Icons
- React
- GitHub API
- React Icons (for icons)
- CSS (for styling)
To run this project locally, follow the steps below:
-
Clone the repository:
git clone https://github.com/Kelsen23/github-user-searcher.git
-
Install Dependencies: npm install
-
Start the development server: npm run dev
Feel free to submit issues or contribute by opening pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.