Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybermaxi7/drag-and-drop
https://github.com/cybermaxi7/drag-and-drop
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cybermaxi7/drag-and-drop
- Owner: Cybermaxi7
- Created: 2024-02-17T11:37:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-17T12:23:34.000Z (10 months ago)
- Last Synced: 2024-02-18T12:44:50.611Z (10 months ago)
- Language: TypeScript
- Homepage: https://drag-and-drop-nine-tau.vercel.app
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drag and Drop Application
This is a simple drag-and-drop application built with React Beautiful Dnd, TailwindCSS and Next.js.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Technologies Used](#technologies-used)## Features
- Drag and drop functionality for reordering items.
- Built with React Beautiful Dnd.
- Implemented using Next.js.## Installation
To run this project locally, follow these steps:
1. Clone the repository:
git clone
Install dependencies:
cd drag-and-drop-app
npm install
Run the application:npm run dev
The application will be accessible at http://localhost:3000.# Technologies Used
React
TailwindCSS
React Beautiful Dnd
Next.js