Skip to content

A simple project that allows users to search for photos using the Unsplash API.

Notifications You must be signed in to change notification settings

GigaBerdzenishvili/react-images-app

Repository files navigation

REACTIVEIMAGES-unsplashApi

A simple project that allows users to search for photos using the Unsplash API.

Demo

Features

  • Search photos using the Unsplash API
  • Display the results using React, Tailwind, Axios
  • Built with Vite for fast development and builds

BUILT WITH

  • React - JavaScript library for building user interfaces
  • Tailwind - A utility-first CSS framework for rapidly building custom designs
  • Axios - Promise based HTTP client for the browser and node.js
  • Unsplash API - A RESTful API for searching and retrieving photos from Unsplash
  • Vite - A high-performance build tool and development server for modern JavaScript applications

Getting started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Deployment

  • Clone the repository
  git clone https://github.com/<your-username>/<repo-name>.git
  • Install the dependencies
npm install
  • Create a ".env" file in the root of the project and add your Unsplash API Access Key
VITE_UNSPLASH_ACCESS_KEY=<your-unsplash-api-access-key>
  • Start the development server
npm run dev

About

A simple project that allows users to search for photos using the Unsplash API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published