Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vicen-te/search-github-user-repositories

A ReactTypescript application to view Github user repositories
https://github.com/vicen-te/search-github-user-repositories

github-api github-repositories github-repository-search github-search github-search-repository github-user github-user-search github-user-search-app github-username search-github-user-repositories

Last synced: about 5 hours ago
JSON representation

A ReactTypescript application to view Github user repositories

Awesome Lists containing this project

README

        

# Search Github User Repositories
A ReactTypescript application to view Github user repositories

## About this project
### Repositories
Each repository shows you information about:
- the most used language
- the number of stars
- the number of forks
- the licence it has
- the date of creation
- the repository size

![image](https://github.com/Vicen-te/search-github-users-repositories/assets/80171684/77a66c41-05cb-4323-8e34-23c6dd3d1568)

### Pagination
It is automatically configured. You can change the maximum number of pages from 5 (default) to another odd number such as 7.

![image](https://github.com/Vicen-te/search-github-users-repositories/assets/80171684/3dd24f39-b958-416b-a93c-7e1dda05d2bc)
![image](https://github.com/Vicen-te/search-github-users-repositories/assets/80171684/f3366a64-06de-4c07-a885-218ea9b88a47)

## Development
### How to build
``npm install``
### How to run
``npm run dev``

## Demo
[Website](https://vicen-te.github.io/search-github-user-repositories/)