https://github.com/marufk21/github-userdata
This is showcasing GitHub user profile and repository.
https://github.com/marufk21/github-userdata
api vanilla-javascript
Last synced: 9 months ago
JSON representation
This is showcasing GitHub user profile and repository.
- Host: GitHub
- URL: https://github.com/marufk21/github-userdata
- Owner: marufk21
- Created: 2024-01-20T11:35:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T12:26:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T22:24:29.478Z (11 months ago)
- Topics: api, vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub-UserData
This web application allows users to explore GitHub user details and repositories. It includes search functionality, pagination for repositories, and a clean user interface.
Link: https://github-userdata9.netlify.app
## Technologies Used
```bash
HTML
CSS
JavaScript
```
## Features
- Display GitHub user information including avatar, name, bio, and location.
- Search for repositories by name.
- Pagination to navigate through repositories with a specified number per page.
- Responsive design for optimal viewing on different devices.
## Run
1. **Clone the Repository:**
```bash
git clone https://github.com/your-username/github-user-explorer.git
```
2. **Run Locally:**
```bash
Open index.html in a browser or use a development server.
```