A ReactTypescript application to view Github user 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
It is automatically configured. You can change the maximum number of pages from 5 (default) to another odd number such as 7.
npm install
npm run dev