shahriarshafin / image-sort-gallery

An image gallery built with Next.js that enables effortless sorting, rearranging, and showcasing of images

Home Page:https://sort-gallery.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Sort Gallery

project-screenshot

Description

An image gallery built with Next.js that enables effortless sorting, rearranging, and showcasing of images.

Features

  • Responsive Grid Layout: Ensures responsiveness for various screen sizes.

  • Drag-and-Drop Reordering: Allows effortless image rearrangement.

  • Multi-Image Deletion: Select and delete multiple images with visual cues.

  • Feature Image Selection: Set a feature image through sorting, visually distinct.

  • Enhanced User Experience: Smooth, responsive, with polished transitions.

Set up and run

  1. Clone the repository
https://github.com/shahriarshafin/image-sort-gallery.git
  1. Change the working directory
cd image-sort-gallery
  1. Install dependencies
npm install # or, yarn install
  1. Run the app in development mode
npm run dev # or, yarn dev

That's All! Now open localhost:3000 to see the app.

Built with

License

This project is licensed under the MIT License.

About

An image gallery built with Next.js that enables effortless sorting, rearranging, and showcasing of images

https://sort-gallery.vercel.app/


Languages

Language:JavaScript 98.9%Language:CSS 1.1%