This project is an interactive GitHub Profile Search application developed using HTML, CSS, and JavaScript. It allows users to search for GitHub profiles by username and view details about the user along with their repositories.
- HTML
- CSS
- JavaScript
- Search for GitHub profiles by username.
- Display user information such as name, bio, followers, following, and public repositories.
- Display up to 5 repositories of the searched user.
- Clickable links to GitHub repositories.
- Clone the repository:
git clone https://github.com/your-username/github-profile-search.git
- Open
index.html
in your web browser.
- Enter the GitHub username you want to search for in the search bar.
- Press Enter or click the search button.
- The user's information and repositories will be displayed on the page.
The application uses the GitHub API to fetch user information and repositories.
- The application makes an API call to GitHub's API using Axios.
- User information and repositories are fetched based on the entered username.
- The fetched data is displayed on the webpage using HTML and CSS.
This project was created by [Sweta] as part of [Practise].
This project is licensed under the [License Name] License - see the LICENSE file for details.