Skip to content

A Photo Gallery that displays images fetched from Unsplash

Notifications You must be signed in to change notification settings

dmatis/photogallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Gallery App

Netlify Status

This app was created as part of the Modern React with Redux Course on Udemy. Photo Gallery Screenshot

To Start the Development Server

  • Ensure that you have Node.JS and npm installed
  • Clone the repository
  • Register for an Unsplash API key here
  • In the root directory, create a .env file
  • In .env, add REACT_APP_UNSPLASH_API_KEY with the Unsplash API key
  • In a terminal:
    • npm install
    • npm run start
  • Go to localhost:3000 in your browser

How to Use

  • Type a search query in the "Image Search" box and hit Enter

Core Concepts

  • Utilizes React.createRef() in order to dynamically space image elements of varying heights
  • Developed using the Unsplash Developer API to retrieve photos

About

A Photo Gallery that displays images fetched from Unsplash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published