This is a Tic-Tac-Toe game built primarily on React with some styling in css.
To execute this application, one must have react installed This project was bootstrapped with 'Create React App'
In the project directory, you can run:
Runs the app in the development mode. Open [http://localhost:3000] to view it in your browser.
Run the following commands on terminal: npx create-react-app tic-tac-toe-game cd tic-tac-toe-game npm start
Note : It will take some time to create the application
Special thanks to Maximilian Schwarzmüller for his tutorial, offering invaluable insights and guidance during the development of this project.