GitHub Account Finder is a simple web application that allows users to search for GitHub accounts and view their details, such as repositories, followers, and following.
- Search: Enter a GitHub username to find and display account details.
- User Details: View basic information about the user, including name, bio, profile picture, and location.
- Repositories: See a list of repositories owned by the user, including repository names and descriptions.
- Followers: Display a list of users who are following the searched user.
- Following: Display a list of users whom the searched user is following.
- HTML
- CSS
- JavaScript
- GitHub API
To run this project locally, follow these steps:
- Clone this repository.
- Navigate to the project directory in your terminal.
- Open the
index.html
file in your web browser.
- Enter a GitHub username into the search input field.
- Click the "Search" button.
- View the user's details, repositories, followers, and following.
Contributions are welcome! If you have any suggestions, improvements, or feature requests, please open an issue or submit a pull request.
This project is licensed under the MIT License.