I built this TicTacToe clone that allows for multiplayer gameplay over the internet. I built the frontend using React and TailwindCSS, the backend with Flask using SQLite to store game states and Socket.io to power the real time communication between the frontend and backend.