Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 760 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 760 Bytes

React-Media-Gallery

React-Media-Gallery is a single page web-application that uses Unsplash and YouTube API to fetch images and videos and display them with a grid based system.

React-Media-Gallery was made up using the basic usage of states, props, components and other basic React concepts. In addition to that ReactPicz also uses axios library to make an ajax call to the APIs and Semantic-ui for Styling.

Getting Started

To install the dependencies In the project directory run:

npm i

To start the application, run:

Note: Make sure to generate your own Unsplash & YouTube API Key and place it in unsplash.js and youtube.js resp. in component/apis Directory.

Snapshot

React-Media-Gallery