Open Codenames
After playing digital board games with friends during the lockdown, I wanted to remake one of our favorite analogue games. The interface is based on react and communicates via a socket.io with people in the same virtual room. Unfortunately, I forgot to check, whether there was already an implementation, only to stumble upon the official online game in the middle of development. Nevertheless, it was a great way to gain experience with React, WebSockets and Heroku.