- React.js
snapshot-application-demo.mp4
-
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"
- 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