This is a React/Next.js app for listing, filtering and sorting GitHub repositories.
You can search repositories by their name
, description
, topics
, readme
and also type of languages
( JavaScript, Scala, Pyhton ).
Sorting functionality implemented for stars
, forks
and last update
date and you can only sort by only one column at a time.
- react@18
- next.js@12
- typescript@4
- axios
- @reduxjs/toolkit
- @testing-library/react@13
npm run dev
run in development modenpm run build
build for productionnpm run test
run testsnpm run coverage
run test and show coverage