This is a simple React application based around the game of tic-tac-toe. The goal of this project was to learn the basics of the React library and how to work with it.
- A 3x3 interactive game of tic-tac-toe
- Ability to set the names of the players
- Log with the game history
- An ending screen and the ability to restart the game
Coming soon...
- HTML5
- CSS3
- JavaSCript
- React
- Adding game hints
- Adding a welcome screen
- Adding bigger playboard
- Possibly adding an AI player to play against
This app was created as a part of the Udemy's "React - The Complete Guide 2024 (incl. React Router & Redux)" course