Skip to content

AlejandroHerr/fotoxjs

Repository files navigation

fotoxjs

Build Status dependencies Status Dependency Status

fotoxjs is a webapp to display your photography. Build on top of react, it features your pictures inside an horizontal scroller (that responde to mouse, mouse-wheel and touch events).

I'm coding it for my personal use, but if you want to give it try, use it, fork it or whatever, feel free.

It's still a work in progress, it lacks a menu and a proper navigaton system, but the scroller is fully functional (only needs some polishing).

Check de demo here here. It has nice photos of cats -everyone loves cats.

Install & Usage

Just run

npm run build:dev   # development
npm run build:watch # development + rebundling
npm run build:prod  # production

And sh npm test for the test.