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.
- Host: GitHub
- URL: https://github.com/jaaydenh/chess-app
- Owner: jaaydenh
- License: mit
- Created: 2023-09-02T09:21:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T15:35:35.000Z (almost 2 years ago)
- Last Synced: 2023-09-05T17:17:40.363Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://jaaydenh.github.io/chess-app/
- Size: 824 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chess App using React + TypeScript + Vite
[](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
```