Skip to content
Mir Ali edited this page Aug 25, 2016 · 1 revision

Project Wiki

HI. This is an implementation of an infinite scroll grid with edit using React, Redux, ES6. In this draft sample screenshots from the project are included to give a visual look of how the project looks. Also included is the code setup procedure.

Project Setup

Clone this repository. Run a simple python server using python -m SimpleHTTPServer <port_num> in the directory where the code resides.

Now navigate to localhost:<port_num>/ You will be redirected to localhost:<port_num>/repos and you can see the list of all repos.

Clone this wiki locally