Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 620 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 620 Bytes

This is an instagram clone built with React and Unsplash API.

Click here for the Live Demo.

Technologies Used:

  • React
  • Typescript
  • Context API
  • Local Storage API
  • React Router
  • styled-components

To Run the App locally

  1. Get an API key from here
  2. Clone the Repo
  3. Create an .env file and add the following REACT_APP_UNSPLASH_ACCESS_KEY = <YOUR API KEY HERE>
  4. Run npm install, then npm start. The app should be available in http://localhost:3000.