Skip to content

Web App with a custom design and endless photo scroll. This app was built with React.js & Redux uses Unsplash API for photo search and photo download

Notifications You must be signed in to change notification settings

KonstHardy/photo_search_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preview

Preview

You can check out live preview.

Quick Start

  1. Clone the repo git clone https://github.com/KonstHardy/photo_search_app.git
  2. Go to api folder of your project and modify your index.js file:
 APP_ACCESS_KEY = your_app_access_key
 APP_SECRET = your_app_secret_key
  1. Go to your project folder from your terminal
  2. Run: npm install
  3. After install, run: npm start
  4. It will open your browser (http://localhost:3000)

Note

This project is built on top of Create React App, which means all features that create-react-app supports are available.