Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.14 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.14 KB

X - O Game

This is a classic game of Tic-Tac-Toe that allows two players to take turns marking the board with "X" and "O" symbols. The game checks a draw when all squares are filled and provides an option to restart the game.

Built with

  • ViteJs - Local Development Server
  • ReactJs - JS library
  • SweetAlert2 - A customizable modal/alert library for user-friendly alerts.

Screenshots

image

Demo

https://xx-oo.netlify.app/

Run Locally

Clone the project

  git clone https://github.com/chadirabii/X-O

Go to the project directory

  cd x-o

Install dependencies

  yarn

Start the server

  yarn run dev

Author : Chadi Rabii