Online chess game using react. The main goal was to learn react with a medium sized project.
Contains a simple project to run both the client and server application for easy development
Express based server using ws for WebSocket connections.
React based webapp with realtime chat and a chess game interface
This repo has three npm projects. After cloning, you need to npm install dependencies for each project. Then run npm start from the project root.