Skip to content

Samuel-Anumudu/unsplash-clone

Repository files navigation

UNSPLASH CLONE

Description

This is a front-end application developed with Vue 3, TypeScript, and Vite that displays photos from the Unsplash API.

Table of Contents

Project Setup

To run this project, you first need to clone the repository.

Configure Environment Variables

Create a .env file in the root directory and add the following environment variables:

VITE_UNSPLASH_API_KEY=your_unsplash_api_key

Running the Application

Install the dependencies:

npm install

To run the application, use the following command:

npm run dev

Functionality

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.

Author

THANKS FOR STOPPING BY

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published