lele85 / ReactGallery

ReactJS Image Gallery in a websocket fashion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactJS Gallery

Click the screenshot to watch it on youtube: ReactJS Gallery

That's a simple toy project to test React JS lib from facebook. Client shows fullscreen images from server gallery folder. If you add or remove images from gallery folder the webapp will be updated via websocket.

Install

Install server dependencies with;

npm install

Run

Run server with:

node app.js

Point your browser at:

http://127.0.0.1:8000

View your gallery :)

About

ReactJS Image Gallery in a websocket fashion


Languages

Language:JavaScript 58.5%Language:CSS 41.5%