https://github.com/poissonfou/chess
A simple website to play chess locally
https://github.com/poissonfou/chess
javascript oop portfolio reactjs redux-toolkit
Last synced: about 1 year ago
JSON representation
A simple website to play chess locally
- Host: GitHub
- URL: https://github.com/poissonfou/chess
- Owner: poissonfou
- License: cc0-1.0
- Created: 2024-11-22T14:20:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:36:06.000Z (over 1 year ago)
- Last Synced: 2025-03-01T10:44:21.649Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://poissonfou.github.io/Chess/
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple website to play chess locally. Created with React.
The chess pieces have been modeled with OOP.
You can access the website on GithubPages or download and run it with:
- npm i
- npm run dev