Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 536 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 536 Bytes

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.