Online multiplayer UNO game made in 2020 as a practice in:
Client:
cd client
npm i
npm start
Server:
cd server
npm i
npm start
You can use this project as you like. Feel free to make an issue if you have any questions :)
I will probably come back to clean this project up in the future. In the meantime you can check out millionairy, a cleaner, up-to-date repo with similar functionality