This is an instagram clone built with React and Unsplash API.
Click here for the Live Demo.
- React
- Typescript
- Context API
- Local Storage API
- React Router
- styled-components
- Get an API key from here
- Clone the Repo
- Create an .env file and add the following
REACT_APP_UNSPLASH_ACCESS_KEY = <YOUR API KEY HERE>
- Run
npm install
, thennpm start
. The app should be available in http://localhost:3000.