GitHub Account Finder is a simple web application that allows users to search and display GitHub profiles. It provides basic information about the user, such as their avatar, username, bio, number of repositories, followers, and following.
- User Search: Enter a GitHub username to search for and display their profile information.
- Profile Display: View the user's avatar, username, bio, number of repositories, followers, and following.
- Responsive Design: The application is designed to be responsive and works well on various devices and screen sizes.
- HTML
- CSS
- JavaScript
https://api.github.com/user/user_name
To use GitHub Account Finder, simply open the index.html file in your web browser, enter a GitHub username in the search box, and click the "Search User" button. The application will fetch and display the user's profile information.
Contributions are welcome! If you'd like to contribute to GitHub Account Finder, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature) - Create a new Pull Request
This project was created by [Your Name]. Special thanks to [Person/Resource] for [specific contribution or inspiration].
This project is licensed under the MIT License - see the LICENSE file for details.
