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.
- Host: GitHub
- URL: https://github.com/kelsen23/github-user-searcher
- Owner: Kelsen23
- License: mit
- Created: 2025-03-11T15:46:00.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:33:48.000Z (11 months ago)
- Last Synced: 2025-03-11T16:39:46.475Z (11 months ago)
- Topics: api, css, github-api, react
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.