Display GitHub Repositories For a Given User
This project is a simple, yet powerful web application designed to fetch and display GitHub repositories for a given user. It utilizes the GitHub API to retrieve repository information and presents it in a user-friendly interface
- Fetch Repositories: Enter a GitHub username to fetch and display their repositories.
- Click "Get Repos" : Click the "Get Repos" button to fetch the repositories
- Responsive Design: Works well on devices of various sizes.
- Repository Details: Shows repository names, visitation links, and star counts.
- Error handling : Error for invalid usernames or API errors.
- Open the Application: Launch the application in your web browser.
- Enter GitHub Username: Type a GitHub username into the input field.
- Fetch Repositories: Click the "Get Repos" button to fetch and display the repositories.
- View Repository Details: Each repository box shows the name, a link to visit the repository, and the number of stars.
- HTML
- CSS for styling
- JavaScript for dynamic content
- GitHub API for fetching repository data
- This project uses the GitHub API but is not endorsed or certified by GitHub.
- Thanks to all the contributors who have helped to improve this project.