Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 655 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 655 Bytes

GitHub Repositories

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.

Tech Stack

  • react@18
  • next.js@12
  • typescript@4
  • axios
  • @reduxjs/toolkit
  • @testing-library/react@13

Commands

  • npm run dev run in development mode
  • npm run build build for production
  • npm run test run tests
  • npm run coverage run test and show coverage