Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.54 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.54 KB

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.