This project is a simple implementation of the classic Tic Tac Toe game built with React. Based on the React tutorial with additional pseudocode for clarity.
It allows two players to play the game in a web browser, automatically determines a winner.
https://tic-tac-toe-react-claire.netlify.app/
- Clone the project
git clone https://github.com/Huiclaire/tic-tac-toe-react.git
- Go to the project directory
cd tic-tac-toe-react
- Install dependencies
npm install
- Start the server
npm run start
- Open your browser and visit http://localhost:3000 to play the game.