This is a front-end application developed with Vue 3, TypeScript, and Vite that displays photos from the Unsplash API.
To run this project, you first need to clone the repository.
Create a .env
file in the root directory and add the following environment variables:
VITE_UNSPLASH_API_KEY=your_unsplash_api_key
Install the dependencies:
npm install
To run the application, use the following command:
npm run dev
The application allows users to search for photos using keywords. The search results are displayed in a grid format. Users can click on a photo to view its details, including the author's name and the photo's description.
- Github- Samuel-Anumudu