Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 405 Bytes

Tic-Tac-Toe Game with React

Description

  • This is a simple tic-tac-toe game built with React.
  • A player can play with the herself/himself.
  • Designed for you to win every time
  • But you can also lose if you want :)

How to Play

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run npm run dev to start the development server
  4. Open in your browser
  5. Play the game!