Skip to content

mmurakaru/github-search-app

Repository files navigation

Github search app

This project is WIP, see future improvements below. Before running the project generate a Github access token under settings in your Github profile and add it to the .env.local file.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Future improvements

  • Paginate repos
  • Add tests for search/filter components & navigation
  • Add components stories