Skip to content

A modern and visually appealing photo gallery application built using nextjs

License

Notifications You must be signed in to change notification settings

blueorionn/photogallery

Repository files navigation

PhotoGallery Project

A modern and visually appealing photo gallery application built using Next.js and powered by the Pexels API for fetching stunning images.

Features

  • Fetch and display high-quality images from the Pexels API.
  • Collections of albums.
  • Responsive design for seamless browsing on all devices.
  • Lazy loading for improved performance.
  • Infinite scroll to browse endless photos.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/blueorionn/photogallery.git
    cd photogallery
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

    npm run dev
    # or
    yarn dev

License

This project is licensed under the MIT License.