React Unsplash is photo search webapp made in React which uses Unsplash JSON APIs for photo search.
A cloned app of https://unsplash.com the most powerful photo engine in the world. Trying to make the unplash like UI and add functionality as much as possible.
Completed UI screenshots:

Donwloading Photos and showing likes

What are Prerequisites?
You are required to have Node.js installed to run the app locally.
How to Started?
Install unsplash-js (github)
npm i --save unsplash-js
Website Link:
Key Usages:
- Access the Unsplash API by registering as a developer.
- Before using the Unsplash API, read the API Guidelines. Specifically, you must:
API Usage in Project:
Make a new .env
file and do the following
APP_ACCESS_KEY = your_app_access_key
How to Use?
# install all dependency
~/ npm install
# run
~/ npm run dev
Formatting Code:
~/ npm run format
Clearing Build:
~/ npm run clear