React application which integrates with github.com API and allows user to search for up to 5 users with a username similar to the value entered in text input and then on click, display repositories (no limit on displayed repositories amount) for selected GitHub user API docs URL: https://developer.github.com/v3/
Clone the repo
Run:
npm installThis will install the dependencies required to run the boilerplate.
npm startThis runs the app on a port(default 3000)
npm run formatThis will format the files with prettier.
npm run lintThis will lint the files with eslint.
To build the project, run:
npm run buildThis will build the app in dist folder.
MIT