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 1 year 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T13:56:44.000Z (over 2 years ago)
- Last Synced: 2025-02-11T11:54:11.164Z (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: 286 KB
- Stars: 1
- 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

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


## Development
### How to build
``npm install``
### How to run
``npm run dev``
## Demo
[Website](https://vicen-te.github.io/search-github-user-repositories/)