ismadot / react-puzzel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Puzzle

This repository contains the code for a puzzle game built with React and TypeScript. The game is a simple memory match game where the player has to find pairs of matching cards.

Getting Started

To get started with the project, clone the repository to your local machine.

git clone https://github.com/ismadot/react-puzzel.git

Navigate into the project directory.

cd react-puzzel

Install the dependencies.

npm install

Start the development server.

npm run dev

The application will be available at http://localhost:3000.

Live Demo

You can view a live demo of the application on GitHub Pages here.

Game Rules

The game consists of a grid of cards. Each card has a pair that matches it. The cards are shuffled and placed face down. The player flips two cards at a time. If they match, they remain face up. If they don't match, they are flipped back face down. The goal is to find all the pairs.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
  • SCSS: A preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).

Contributing

Contributions are welcome. Please feel free to open an issue or submit a pull request.

License

This project is open source and available under the MIT License.

About


Languages

Language:TypeScript 72.8%Language:SCSS 13.0%Language:CSS 8.6%Language:JavaScript 3.1%Language:HTML 2.6%