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

https://github.com/saikishorr/github-account-finder

GitHub Account Finder: A simple web application to search and display GitHub user profiles. Built with HTML, CSS, and JavaScript. Explore GitHub users' information effortlessly
https://github.com/saikishorr/github-account-finder

api github javascript pages saikishor

Last synced: 27 days ago
JSON representation

GitHub Account Finder: A simple web application to search and display GitHub user profiles. Built with HTML, CSS, and JavaScript. Explore GitHub users' information effortlessly

Awesome Lists containing this project

README

          

# GitHub Account Finder

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.

![GitHub Account Finder Screenshot](github-account-finder.jpg)

## Features

- **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.

## Technologies Used

- HTML
- CSS
- JavaScript

## API Used
https://api.github.com/user/user_name

## Usage

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.

## Contributing

Contributions are welcome! If you'd like to contribute to GitHub Account Finder, please follow these steps:

1. Fork the repository
2. Create a new branch (`git checkout -b feature`)
3. Make your changes
4. Commit your changes (`git commit -am 'Add new feature'`)
5. Push to the branch (`git push origin feature`)
6. Create a new Pull Request

## Credits

This project was created by [Your Name]. Special thanks to [Person/Resource] for [specific contribution or inspiration].

## License

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