Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vicen-te/search-github-user-repositories
- Owner: Vicen-te
- License: mit
- Created: 2023-09-04T21:56:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T00:38:29.000Z (over 1 year ago)
- Last Synced: 2023-09-07T02:30:28.059Z (over 1 year ago)
- Topics: 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
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)