Skip to content

andrewj33/photo-album

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Album React App

This project was created as part of a technical showcase. It gets and consumes api data from JSONPlaceholder.

How to Download and Run Locally

  1. In your preferred directory, run git clone https://github.com/andrewj33/photo-album.git
  2. Then, run cd photo-album, followed by npm install. This may take a few moments, it's adding all dependencies for the application
  3. Finally, run npm start to start the development server.