Unless you have lived under a rock, you will be very familiar with Josh Wardle's game Wordle, that has been bought by the NY Times.
I've always loved playing Wordle, but thought that it would be nice to be able to play with my friends/family and challenge them to a game.
Battle Wordle, let's you do this.
See it in action at www.gunnarmallon.com.
The server side that handles the game lobby and matches up players is based on Node.js with socket.io
As I am constantly learning how to improve my architecture and code, I decided to slightly over-engineer the program and add a @redux-toolkit architecture around a @react framework. This lends itself nicely for future expansions.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.