Github user finder is a simple web app that search for any Github user by their username and return his/her repositories and when click on any of the repository it return all branches for that repository.
$ git clone https://github.com/onyegood/react-redux-saga-code-sample.git
$ cd react-redux-saga-code-sample.
$ yarn install
$ yarn start
API requests are debounced while the user is typing their keywords. The overhead for an extra click is not required by the user to perform a search.
Unit test was implemented with Jest and Enzyme
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.