Skip to content

path-network-token/path-react-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published