A try to make a Guess Who game in order to experiment with WebSockets.
The game will include rooms, and several topics such as Harry Potter, Game of Thrones, My Hero Academia, Disney Movies, etc.
It consist of a client using React (created with Vite) and a server using Node. The communication between client and server is made using Socket.IO.