Tic Tac Toe (X or O) -- 2

Customer: AI | Published: 25.01.2026

Project: Tic Tac Toe (X or O) Game Technology: HTML, CSS, JavaScript Description: I developed a simple and interactive Tic Tac Toe game for two players. - Players can take turns clicking on the grid to mark X or O. - The game checks for winning combinations and announces the winner. - It includes a reset button to start a new game. - The UI is clean and user-friendly, suitable for learning or fun. Skills Learned: - DOM manipulation using JavaScript - Event handling - Basic game logic and conditional statements - Designing simple interactive web interfaces This project demonstrates my ability to create interactive websites and small web-based applications.