/react-exercise-master

React excercise to get your hands wet on code

Primary LanguageTypeScriptMIT LicenseMIT

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.