sreekanth009 / How-to-use-Flickr-API-with-React.js

This project will give the basic idea how to use Flickr API with React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How-to-use-Flickr-API-with-React.js

This project will give the basic idea how to use Flickr API with React.js

Step1 : Initially setup React environment with web-pack by following the below link. https://www.tutorialspoint.com/reactjs/reactjs_environment_setup.htm

Step2 : Install npm modules, ( npm install ).

step3 : Install react-bootstrap. https://react-bootstrap.github.io/getting-started.html

Step4 : Install superagent for AJAX calls. https://github.com/visionmedia/superagent

Step5 : Install Stylus for styling. https://github.com/stylus/stylus

Step6 : Install Stylus-loader for web-pack. https://github.com/shama/stylus-loader

Step7 : Install style-loader for web-pack. https://github.com/webpack-contrib/style-loader

step8 : Install css-loader to use JPG, PNG images. https://github.com/webpack-contrib/css-loader

Step9 : ( optional ) Install masonry for output the feed images. https://github.com/eiriklv/react-masonry-component

Step10 : Install Reat-router for routing. https://github.com/ReactTraining/react-router

About

This project will give the basic idea how to use Flickr API with React.js


Languages

Language:JavaScript 89.2%Language:CSS 7.9%Language:HTML 2.9%