An open API service indexing awesome lists of open source software.

https://github.com/jaaydenh/chess-app

A chess game built with React, Typescript, and Vite using chessboard.jsx and chess.js.
https://github.com/jaaydenh/chess-app

Last synced: 2 months ago
JSON representation

A chess game built with React, Typescript, and Vite using chessboard.jsx and chess.js.

Awesome Lists containing this project

README

        

# Chess App using React + TypeScript + Vite

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jaaydenh/chess-app/main.yml)](https://github.com/jaaydenh/chess-app/actions)

A functional chess game built using [chessboard.jsx](https://github.com/willb335/chessboardjsx) and [chess.js](https://github.com/jhlywa/chess.js/). UX inspired by [lichess.org](https://lichess.org/)

Deployed at https://jaaydenh.github.io/chess-app/

```
pmpm install
```

```
pnpm run dev
```

# Testing using Vitest and React Testing Library

```
pnpm run test
```

To view the Vitest dashboard with code coverage

```
pnpm run test:ui --coverage.enabled=true
```