Built with Unsplash API. A site where you can search and download images.
First, clone the repo and install the dependencies:
pnpm install
Create a .env.local
file and add the following:
VITE_UNSPLASH_ACCESS_KEY=<your-unsplash-access-key>
Run the development server:
pnpm dev