You can visit the website at https://chessrooms.herokuapp.com/, or scroll up to view the source code.
This project is built with readability in mind, so not every feature has been optimized.
- Next.js
- MongoDB
- Express
- Typescript
- Socket.io
- Material UI v5
- Redux
- React DnD
First thing you need is to have Node.js and Git Installed In the Git Bash terminal, clone this repository using,
Then install the dependencies for the application
yarn install
Then you can begin the server using
yarn start
And thats it! You should have a working Next.js application working from your computer.
This project is licensed under the MIT License - see the LICENSE file for details.