Skip to content

sermmor/react-exercise-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Solution for React exercise done by Sergio Martín (sermmor). You could read the original version (without solution) in Lemoncode repository https://github.com/Lemoncode/react-excercise/

The exercise consists in an application that displays a list of github members that belongs to an organization (in the starting excercise is hardcoded to lemoncode), and we will add an input element to let the user choose another organization to query.

Details

Added material ui support, displaying data in cards and not in a table.