A modern, responsive photography portfolio website built with React and Vite.
- Hero Section - Eye-catching introduction
- Gallery - Beautiful image gallery with lightbox
- About - Photographer bio and background
- Services - List of photography services
- Testimonials - Client reviews and ratings
- Contact Form - Easy inquiry submission
- Dark Mode - Toggle between light and dark themes
- Responsive Design - Works on all devices
src/
├── assets/
│ └── images/
├── components/
│ ├── Navbar.jsx
│ ├── Hero.jsx
│ ├── About.jsx
│ ├── Gallery.jsx
│ ├── GalleryCard.jsx
│ ├── Services.jsx
│ ├── Testimonials.jsx
│ ├── Contact.jsx
│ ├── Footer.jsx
│ └── DarkModeToggle.jsx
├── data/
│ └── galleryData.js
├── hooks/
│ └── useDarkMode.js
├── App.jsx
├── main.jsx
└── index.css
npm installnpm run devThe app will be available at http://localhost:5173
npm run buildnpm run preview- React 17
- Vite
- Tailwind CSS
- React Hooks
All rights reserved.