I developed a Connect Four game using Next.js, TypeScript, and Tailwind CSS. The idea came to me when my physical Connect Four game broke, and I wanted to be able to play the game even when I had no one to play with. I decided to create a digital version of the game that I could play against the computer.
Using Next.js allowed me to build the game as a React-based single-page application with server-side rendering capabilities. TypeScript was used to add static typing to the codebase, making it easier to maintain and debug. I also utilized Tailwind CSS to quickly style the game's user interface, which saved me a lot of time and effort.
Overall, the Connect Four game was a fun project to work on, and I'm happy to have a working digital version of the game that I can play whenever I want.