A modern, responsive Tic-Tac-Toe game built with Vanilla JavaScript, HTML5, and CSS3 — no frameworks, no libraries. Play locally with a friend or challenge the computer’s AI in a smooth, minimal UI.
These are the local files I created while following the React.dev tutorial Tic-Tac-Toe. I created the project from scratch using Vite instead of the in-browser development environment. There were only ...