This is a portfolio piece that uses React & Redux to display a series of images. It's currently a Work In Progress and I'm currently working through the TODO list below!
##Running the App
- Clone the repo
npm install
to get everything needednpm run test
to check it's workingnpm run start
to run the server- Visit
http://localhost:8000
and see the app running.
- Get basic app structure up and running.
- Port code from an existing test project.
- Add basic tests for
actions
andreducers
. - Add comprehensive tests for components.
- Fix bugs in current components
- Add Keyboard shortcuts
- Make Panel changes update route
- Add multitude of display options