Skip to content

anjupriya-v/snap-shot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snap shot - A photo search app

Tech Stack Used:

  • React.js

Demo Video:

snapshot-application-demo.mp4

API Used - Unsplash Api

  • Create the account in https://unsplash.com/developers

  • Create the New Application in that and get the access key

  • Go to the root directory in the cloned repo folder

  • create .env file

  • And write like the following line and provide your access key (Important):

REACT_APP_ACCESS_KEY="your-access-key"

👇Steps to initialize the project:

  • Clone the repository
$ git clone https://github.com/anjupriya-v/snap-shot.git
  • Redirect to the cloned repo directory

  • Open up the terminal

  • Install the dependencies

npm install
  • Start the project
npm start