An open API service indexing awesome lists of open source software.

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.

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.
```