Skip to content

Huiclaire/tic-tac-toe-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe React

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.

Demo

https://tic-tac-toe-react-claire.netlify.app/

Run Locally

  1. Clone the project
  git clone https://github.com/Huiclaire/tic-tac-toe-react.git
  1. Go to the project directory
  cd tic-tac-toe-react
  1. Install dependencies
  npm install
  1. Start the server
  npm run start
  1. Open your browser and visit http://localhost:3000 to play the game.

About

A React-based Tic Tac Toe game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published