/travel-photo-gallery

Travel photo gallery example(react+redux+webpack+jest)

Primary LanguageJavaScript

Travel photo gallery

Build Status Dependency Status Known Vulnerabilities
Travel photo gallery example (react+redux+webpack+jest)

Installation

To install this project you need npm.

  1. Clone this repository to your local.
  2. Run 'npm install' or 'yarn install'

Running

  • The development server will be running on port 3000. To run dev server with hot loader and dev-tool :
$ npm start or yarn start

Test

For running unit tests :

$ npm test or yarn test

To do

  • Add bullet or some sort of pagenator on the list and Carousel.
  • Infinite scroll.
  • Lazy loading in horizontal.
  • Performance optimization.
  • Make it pretty.

and so on...?