Full-stack online chess platform based on bberkay/chess. Includes a backend built with Bun.js and WebSocket support, and a custom frontend using React and Vite with a personalized chessboard.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
feat(client): remove layout.js, restyle notation menu, and support Play.tsx route with renderBoardAgain
aa614baView on GitHubfeat(client): remove demo info and no-js message from Play page
f939648View on GitHubfeat(client): setup project structure, install UI libs, and add PublicLayout with Navbar
f718eb1View on GitHubrefactor(client): move chessboard core to src/chessboard/ and preserve original structure
a6eea1bView on GitHubfeat(client): migrate chess platform to React and integrate ChessPlatform class
7478726View on GitHub