You can check out live preview.
- Clone the repo
git clone https://github.com/KonstHardy/photo_search_app.git
- Go to
api
folder of your project and modify yourindex.js
file:
APP_ACCESS_KEY = your_app_access_key
APP_SECRET = your_app_secret_key
- Go to your project folder from your terminal
- Run:
npm install
- After install, run:
npm start
- It will open your browser (http://localhost:3000)
This project is built on top of Create React App, which means all features that create-react-app supports are available.