Skip to content

Repository files navigation

SagaVortex Photography

A modern photography portfolio website built with Next.js, featuring a beautiful gallery, responsive design, and dynamic image loading.

SagaVortex Photography Screenshot

About

SagaVortex Photography is a photography portfolio website that showcases stunning landscape and nature photography. The site features:

  • Responsive Gallery: A beautiful photo gallery with lightbox functionality
  • Dynamic Image Loading: Images are loaded from Picsum Photos (Lorem Picsum) for demonstration purposes
  • Modern UI: Built with Material-UI (MUI) for a polished, professional look
  • Dark/Light Theme: Toggle between dark and light themes
  • Responsive Design: Optimized for all screen sizes from mobile to desktop
  • Next.js Image Optimization: Automatic image optimization and lazy loading

Features

  • 📸 Photo gallery with thumbnail grid and full-screen lightbox
  • 🎨 Material-UI components for a modern interface
  • 🌓 Dark and light theme support
  • 📱 Fully responsive design
  • ⚡ Next.js Image optimization
  • 🖼️ Dynamic image loading from external sources

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

├── components/          # React components
│   ├── HomeGallery.js   # Main gallery component
│   ├── Layout.js        # App layout wrapper
│   └── ...
├── data/                # Data files
│   └── images.js        # Image data and metadata
├── pages/               # Next.js pages
│   ├── index.js         # Home page
│   ├── about.js         # About page
│   └── ...
├── public/              # Static assets
│   └── images/          # Local images (logos, etc.)
├── styles/              # CSS modules
└── utils/               # Utility functions
    └── images.js        # Image helper functions

Image System

The website uses a dynamic image system that loads images from Picsum Photos (Lorem Picsum), a free service that provides random placeholder images. Each image is assigned a consistent seed based on its caption, ensuring the same image is displayed each time.

Images are automatically optimized by Next.js and served in different sizes based on the viewport:

  • Thumbnails: 300px for gallery grid
  • Small (sm): 540px max width
  • Medium (md): 1080px max width
  • Large (lg): 1920px max width

SagaVortex Photography Mobile Screenshot

Technologies Used

About

A responsive image gallery website for showcasing photography

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages