Skip to content

yenjungchen80108/draggable-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puzzle Game with React and react-dnd

This project demonstrates how to create a basic puzzle game using React and the react-dnd library.

Installation

First, install the necessary dependencies. You can do this by running the following command:

npm install react-dnd react-dnd-html5-backend

Getting Started

npm start

Usage

The application consists of a 3x3 puzzle board where users can drag and drop images to complete the puzzle.

This project can be found in React Draggable Demo.