Skip to content

React, typescript를 이용하여 구현한 타일 퍼즐 게임

Notifications You must be signed in to change notification settings

boorooksus/React-Puzzle

Repository files navigation

React Puzzle App ·

Demo

Move to Demo Website

메인 페이지

main page

퍼즐 변경

change

셔플

suffle

퍼즐 성공

success5


Quick Start

Prerequisites

  • Make sure your NodeJS and npm versions are up to date

Download

or

  • Clone the repository
$ git clone https://github.com/boorooksus/React-Puzzle.git

Installation

$ npm install

Basic Usage

  • Start server
$ npm run dev

Directory Structure

📂 ./
├── 📂 src/
│    ├── 📂 assets/     # images and styles
│    ├── 📂 pages/      # views
│    ├── 📂 partials/   # partial components for views
│    ├── 📂 typings/    # types for TypeScript
│    ├── 📂 utils/      # utilities
│    ├── ...
│    ├── App.tsx
│    └── main.tsx
│
├── index.html
├── pakage.json
├── ...
└── vite.config.ts

About

React, typescript를 이용하여 구현한 타일 퍼즐 게임

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published