Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sagorranait/reactjs-gallery-test

Creating a responsive image gallery using React JS
https://github.com/sagorranait/reactjs-gallery-test

autoprefixer dnd-kit dnd-kit-sortable postcss react react-dom tailwindcss

Last synced: 9 days ago
JSON representation

Creating a responsive image gallery using React JS

Awesome Lists containing this project

README

        

## Image Gallery Task

A responsive image gallery using React JS with the following features: reordering, deleting multiple images, and setting a feature image.

Live Demo: [https://responsive-image-gallery-task.netlify.app](https://responsive-image-gallery-task.netlify.app)

project-image

## Features
- Gallery Layout: I have used the grid layout for the image gallery. There is a feature image larger than the others' image.
- Sorting: The gallery images have a reordering functionality that allows users to rearrange the order of pictures in the gallery. For reordering images, The user can drag and drop.
- Deleting Multiple Images: Users can select and delete multiple images.
- Setting Feature Image: Users can set a feature image by sorting. The featured image is visually distinct from the other images.
- User Experience: This project is mobile-friendly and compatible with various devices, including smartphones and tablets.