A Unsplash clone developed with React🚀 and Unsplash API
Click Here to view the Live Website
- Search Images
- Download Images
- React
- Material-UI - Icons and Prebuilt Components
- react-router-dom - To manage routing between different pages
- Netlify (Hosting service)
- Clone the repo, install all the dependcies from package.json by typing
npm install - Create a API KEY from unsplash
- Create a file with name
secrets.jsinsidesrcand place your api key as shown below
export const API_KEY = 'PLACE YOUR API KEY HERE' - Run app by typing
npm start
