- Git clone the repo.
- cd /path/repo
- yarn install (If you have yarn installed if not npm -i install should work).
- yarn install
Main files:
-
src/routes/Home/modules/GridSorter.js You will find arrangeListings(listings), with all the necessary methods to make the app sort the grid (e.g.: arrangeListings, etc...)
-
src/routes/Home/ You will find the Home Component/Route, in particular, the renderListings(listings) method. Also, some data for testing the listing feed.
-
src/components/Listing/ You will find the Listing component. This holds a listing per say. Title, width, height and imageURL.
- Carlos Cerqueira [email protected]