This project was developed during the SejaDev course to practice web development concepts, creating a functional Tic Tac Toe game with React.
The Tic Tac Toe project was developed with the goal of reinforcing the concepts learned during the SejaDev course.
The goal was to create a simple and intuitive interface that displayed the scoreboard of the game as the rounds progressed, as well as indicate the next player to make a move.
The game has a winner indicator and also a message in case of a tie.
In technical terms, the game was developed using the Next.js framework and the React.js library. The programming language used was JavaScript. The project structure was created with HTML, and CSS was used for styling and to create a responsive design application.
Version control was done with Git and GitHub, and the project was later hosted on Vercel.
This project allowed me to practice and consolidate mainly programming logic and data manipulation in arrays.