Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 743 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 743 Bytes

React/Redux Task

A simple task using redux, react and redux-thunk.

The task

Use your http library of choice (fetch, axios, etc.) to interface with the Github Developer API. Your app should allow users to search for Github accounts via freetext input field, and display a list of all repositories owned by that account.

Getting technical

Ideally, you'll use these standards:

  • Redux to manage your application state
  • React class components for stateful components with logic
  • React stateless functional components for presenting UI
  • styled-components to style your app (just some simple styles will do!)

Setup

Use create-react-app to bootstrap your application.