vusoft / react-photo-feed

Simple app with responsive image grid, columns customizing, one-column view with description, fullscreen preview with one click. Pure CSS for that.

Home Page:http://lkazberova.github.io/react-photo-feed/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-photo-feed

Public photos feed from Flickr, Yandex

Simple app with responsive image grid, columns customizing, one-column view with description, fullscreen preview with one click. Pure CSS for that.

<PhotoGrid photos={photos} columns={columns} InformationElement={InfoElement}/>

InformationElement used for one-column view.

Also you can see toggle|radio button group.

<RadioButtonGroup items={sortParams} value={order} onClick={this.onSortClick.bind(this)} type="default"/>

Preview

Some ideas were inspired by react-rpg

About

Simple app with responsive image grid, columns customizing, one-column view with description, fullscreen preview with one click. Pure CSS for that.

http://lkazberova.github.io/react-photo-feed/


Languages

Language:JavaScript 78.8%Language:CSS 17.9%Language:HTML 3.4%