Skip to content

Web application built with React & TypeScript designed to give users the ability to play a simple chess game.

Notifications You must be signed in to change notification settings

ryan-spencer1220/react-chess

Repository files navigation

Chess Game Application

Welcome to the Chess Game application! This project is built using React, Vite, and TypeScript. Below you will find instructions on how to set up and run the application, as well as an overview of the project's structure and features.

Table of Contents

Features

  • Play classic two player chess games
  • Utilize traditional chess moves and rules (en passant, castling, pawn promotion, etc.)

Installation

To get started with the Chess Game application, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/chess-game.git
    cd chess-game
  2. Install the dependencies:

    npm install
  3. Start the development server:

     npm run dev
  4. Open the application:

    Navigate to http://localhost:3000 in your browser.

License

  • This project is licensed under the MIT License. See the LICENSE file for details.

About

Web application built with React & TypeScript designed to give users the ability to play a simple chess game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages