MyPitit / Flickr-photo-stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flickr Photo Stream

About

My task is to consume the public Flickr API and display the results according to this wireframe:

wireframe

How to run this app

  • Clone this repo:
git clone git@github.com:MyPitit/Flickr-photo-stream.git
  • Once you have cloned this repo, in your terminal run:
$ npm start

This will start the development server.

  • If you wish to bundle the app into static files for production:
$ npm run build
  • To run the tests:
$ npm run tests

This will start the test runner.

Technologies used

Features:

  • Single page App.
  • HTML and CSS (using pre-compilers such as Sass or LESS).
  • This app support the major browsers (Chrome, Firefox, Safari, IE10+).
  • Use of React framework to speed up development time.

Stretch goals

  • Use other Flickr API, that might require an API key.
  • Improve the speed of the page un terms of the images/content loading.
  • Infinite scroll (loading in more images as you scroll).
  • search functionality based on tags, or the title of the photo.
  • Other possible features.

About


Languages

Language:JavaScript 50.9%Language:HTML 35.6%Language:CSS 13.4%