Skip to content

kent10ou/redux_contribs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redux_contribs

shows list of redux contributors (displays avatar and username) that you can upvote and downvote.

Getting Started

	> npm install
	> npm start
	> go to localhost:8080 in your browser

Instructions

  • Create a React web application that loads all of the redux contributors and displays each contributor’s avatar and login name.
  • Use the Github API v3 to get the entire list of contributors for reactjs/redux.
  • Provide a search text field at the top to filter these contributors by name.
    • For example an “a” in the search text field should only show contributors with usernames that begin with “a”. “mik” in the search text field should only show contributors with usernames that begin with “mik”.
  • Provide a user interface to upvote/downvote each contributor and show vote totals for each contributor.

About

search for a contributor of Redux!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published