Skip to content

Vicen-te/search-github-user-repositories

Repository files navigation

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

Pagination

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

image image

Development

How to build

npm install

How to run

npm run dev

Demo

Website