Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dodul01/git-profile
This project is a web application that allows users to search for GitHub repositories by their username. Users can enter their GitHub username, and the application fetches and displays their repository list with pagination.
https://github.com/dodul01/git-profile
css flex grid-layout html javascript
Last synced: 5 days ago
JSON representation
This project is a web application that allows users to search for GitHub repositories by their username. Users can enter their GitHub username, and the application fetches and displays their repository list with pagination.
- Host: GitHub
- URL: https://github.com/dodul01/git-profile
- Owner: Dodul01
- Created: 2024-01-19T07:17:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T12:12:43.000Z (11 months ago)
- Last Synced: 2024-01-22T13:45:35.457Z (11 months ago)
- Topics: css, flex, grid-layout, html, javascript
- Language: JavaScript
- Homepage: https://dodul01.github.io/Git-Profile/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Profile
This project is a web application that allows users to search for GitHub repositories by their username. Users can enter their GitHub username, and the application fetches and displays their repository list with pagination.## Features
- User-Friendly Interface: Simple and intuitive user interface for entering a GitHub username and viewing repositories.
- Dynamic Pagination: Pagination functionality that loads 10 repositories at a time, allowing users to navigate through their first 100 repositories.
- GitHub API Integration: Utilizes the GitHub API to fetch and display repository information based on the entered username.
- Responsive Design: Ensures a responsive layout that works well on different devices.
## Installation
To run this project locally, follow these steps:
1. **Clone the Repository:**
```bash
git clone https://github.com/your-username/github-repo-search.git
```2. **Navigate to the Project Directory:**
```bash
cd github-repo-search
```3. **Open in a Web Browser:**
Open the `index.html` file in your preferred web browser.
4. **Enter GitHub Username:**
Enter your GitHub username in the provided input field and click the search button.
5. **Explore Repositories:**
Explore and navigate through your repositories using the pagination controls.