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 devrun in development modenpm run buildbuild for productionnpm run testrun testsnpm run coveragerun test and show coverage