Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 542 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 542 Bytes

Drag and Drop Image Gallery Project

Overview

This project is a drag-and-drop image gallery implemented using React.js with Typescript. It utilizes the @dnd-kit library for drag-and-drop functionality, and Tailwind CSS for styling.

Technologies Used

  • React.js
  • Typescript
  • Tailwind CSS
  • @dnd-kit/core and @dnd-kit/sortable for drag-and-drop
  • tailwind-merge for handling Tailwind CSS merge issues
  • clsx for conditionally setting class names