Skip to content

chadirabii/X-O

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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