This is a simplified version of GitHub Repositories, where you can filter by github username and display their repositories in a list. It is also possible to filter through the list of repositories by the name of the repository and by the programming language.
- create a .env file and paste the personal access token.
REACT_APP_GITHUB_TOKEN=<YOUR PERSONAL ACCESS TOKEN>
- Install dependencies
npm install
- Start the development server
npm start
npm test
Currently, it only retrieves first 100 repositories of a user.
When the user stops typing, there should be few seconds of delay before the search to start. Currently the query is called everytime the user changes the value of input.
When an error occurred when retrieving data, an error message should be displayed.