This web application allows users to view a GitHub user's details, including basic information, social media links, and a list of repositories. The repositories are paginated, and the user can filter them by name. Additionally, the topics associated with each repository are displayed.
App Link:- https://roydev72.github.io/Web-Development-Internship/
- Display basic user details: username, profile picture, and location.
- Display social media links (e.g., Twitter) if available.
- Paginate and filter the user's public repositories.
Note:- Display Repo topic is mising in this project I'm not able to fetch the problem I did implemented github personal acces token but not worked.
- HTML
- CSS
- JavaScript
- GitHub REST API
-
Clone the repository to your local machine.
git clone https://github.com/your-username/github-user-repositories-viewer.git
-
Open the
index.html
file in a web browser. -
Enter a GitHub username in the provided input field and click the "Search" button.
-
View the user's details, social media links, and a paginated list of public repositories.
-
Use the search bar to filter repositories by name.
No special configuration is required. Ensure you have an internet connection to fetch data from the GitHub API.
This project is licensed under the MIT License.
- This project utilizes the GitHub REST API.
- Pagination and repository filtering enhance the user experience.