Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 671 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 671 Bytes

Chess App using React + TypeScript + Vite

GitHub Workflow Status

A functional chess game built using chessboard.jsx and chess.js. UX inspired by 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