GitHub Buddy is a simple web application built with React that allows users to
search for GitHub profiles and view user information along with their repositories.
## Features
- Search for GitHub profiles by username.
- View user information including avatar, name, bio, followers, following, and
public repositories.
- Access a list of repositories for the searched user with links to the repositories
on GitHub.
- Responsive design for seamless usage on different devices.
## Live Demo
Check out the live demo of GitHub Buddy [here](https://githubbuddy-ashishmisal.vercel.app/).
## Installation
To run GitHub Buddy locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/ashishmisal23/GitHub-Buddy.git
-
Navigate to the project directory:
cd GitHub-Buddy
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000
to view the application.
- React
- React Router
- Fetch API
- CSS
- Vercel (for hosting)
Contributions are welcome! Feel free to open an issue or submit a pull request for any features, fixes, or enhancements you'd like to contribute.
This project is licensed under the MIT License.