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

https://github.com/kelsen23/github-user-searcher

A React app that allows you to search for GitHub users by username. It displays user details like avatar, bio, followers, and repositories. Includes error handling and a responsive UI for a smooth experience.
https://github.com/kelsen23/github-user-searcher

api css github-api react

Last synced: about 1 month ago
JSON representation

A React app that allows you to search for GitHub users by username. It displays user details like avatar, bio, followers, and repositories. Includes error handling and a responsive UI for a smooth experience.

Awesome Lists containing this project

README

          

# GitHub User Searcher

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.

## Features
- 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

## Technologies Used
- React
- GitHub API
- React Icons (for icons)
- CSS (for styling)

## Setup Instructions

To run this project locally, follow the steps below:

1. Clone the repository:

```bash
git clone https://github.com/Kelsen23/github-user-searcher.git

2. Install Dependencies:
npm install

3. Start the development server:
npm run dev

## Contributing
Feel free to submit issues or contribute by opening pull requests.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.