Skip to content

onyegood/react-redux-saga-code-sample

Repository files navigation

Github User Finder

Build Status

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. Watch Video

Getting started

    $ git clone https://github.com/onyegood/react-redux-saga-code-sample.git
    $ cd react-redux-saga-code-sample.
    $ yarn install
    $ yarn start

Design Decisions

No submit button

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.

Unit test was implemented with Jest and Enzyme

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.

yarn test

Launches the test runner in the interactive watch mode.

About

A react project using redux saga

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published