Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.6 KB

Readme.MD

File metadata and controls

54 lines (34 loc) · 1.6 KB

GitHub Profile Finder Web App

This is a simple web app that allows you to find GitHub profiles using the GitHub API. You can enter a GitHub username and get information about that user's profile.

Demo

https://agaurav3008.github.io/githubprofiles/

Features

  • Search for GitHub profiles by username.
  • View basic information about the user's profile, such as name, bio, location, and number of followers.
  • Direct links to the user's GitHub repositories and website (if available).

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6)
  • GitHub API

Installation

To run the web app locally, follow these steps:

  1. Clone the repository: git clone https://github.com/agaurav3008/githubprofiles
  2. Navigate to the project directory: cd githubprofiles
  3. Open the index.html file in your web browser.

How to Use

  1. Open the web app in your web browser.
  2. Enter a GitHub username in the search bar.
  3. Click the "Search" button.
  4. The app will fetch data from the GitHub API and display the user's profile information.

Contributions

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.

Acknowledgments

  • This project uses the GitHub API to fetch user data.
  • Special thanks to GitHub for providing the API and making it publicly accessible.

Contact

If you have any questions or inquiries, please feel free to contact me:

Thank you for using the GitHub Profile Finder web app! Happy coding!😃