Tue Oct 08 2024
Next Photo Gallery is a photo gallery web application built with Next.js and React. It allows users to view images with an interactive gallery experience. The project uses modern front-end technologies such as TailwindCSS and PhotoSwipe for responsive image viewing. The application is integrated with a backend service built with .NET.
You can access the live version of the photo gallery at https://gallery.buraksaglik.com/.
@tailwindcss/aspect-ratio
: Plugin for controlling the aspect ratio of elements.To get started with this project, follow these steps:
Clone the repository:
git clone https://github.com/sglkbrk/next-photo-gallery
Navigate to the project directory:
cd next-photo-gallery
Install the dependencies:
npm install
Start the development server:
npm run dev
Open your browser and visit:
http://localhost:3000
To build the project for production, run:
bash npm run build
Then start the production server with:
bash npm start
All rights reserved