rohitpatil03 / Drag_N_Drop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drag and Drop

This project is a MERN application that demonstrates the usage of the react-beautiful-dnd library to create draggable and droppable lists.

Installation

To run this project locally, follow these steps: This project consists of a frontend and a backend, with the frontend built using React.js and the backend likely using Node.js or another backend technology.

Frontend

The frontend folder contains the code for the React.js application. To run the frontend locally, follow these steps:

git clone https://github.com/rohitpatil03/Drag_N_Drop.git
cd frontend
npm install
npm start

Backend

The backend folder contains the code for the React.js application. To run the backend locally, follow these steps:

cd backend
npm install
nodemon server.js

ScreenShots

Screenshot_2024-04-18_23-26-59 Screenshot_2024-04-18_23-28-04

About


Languages

Language:JavaScript 81.1%Language:CSS 10.8%Language:HTML 8.1%