Tic Tac Toe
Just a little tic-tac-toe game made for fun. This was made using HTML, CSS, and JavaScript. Nothing special.

Tic Tac Toe: A Pure HTML, CSS, and JavaScript Implementation
This Tic Tac Toe app is a simple yet fully functional game built using only vanilla JavaScript, HTML, and CSS—completely free of any external frameworks or libraries. The application provides a clean, responsive interface where two players can take turns marking Xs and Os on a 3x3 grid. The logic behind the game, including turn management, win condition checks, and draw detection, is handled entirely through JavaScript. The DOM is manipulated directly to update the board and display the current game status, making the experience feel smooth and interactive without relying on any additional tools or dependencies.
The styling is accomplished purely with CSS, focusing on a modern, minimalistic look with clear visual feedback for player moves and game results. The layout is fully responsive, adapting well to different screen sizes, including mobile devices. This app showcases the power and flexibility of core web technologies and serves as a great demonstration of how a polished, interactive web application can be built from scratch using only the essentials of front-end development.
Check it out Here