This project purpose is searching images from Unsplash API.
https://unsplash.com/documentation
https://unsplash.com/developers
- React.JS
- TypeScript
- Unsplash API
- Tailwind CSS
Clone the project
git clone https://github.com/s-jez/Photo_SearchInstall dependencies
npm installTo run this project, you will need to add the following environment variables to your .env file
#.env
REACT_APP_API_KEY = "API UNSPLASH KEY"


