Tony Farha, also known as Anton Farha, fullstack developer from Hamburg, Germany

Tony Farha

Fullstack Developer
Email

init@tonyfarha.dev

Location

Hamburg, Germany

Tic Tac Toe

This project features a real-time Tic Tac Toe game developed using React and socket.io. Two players can compete against each other in real-time.

Demo

Installation

Follow these steps to set up the project locally:

  1. Clone the repository or download and unzip the file.
  2. Navigate to the project directory.
  3. Install all necessary dependencies:
npm install

For client dependencies:

cd client
npm install

For server dependencies:

cd server
npm install

Usage

To launch the game, perform the following:

  1. Navigate to the root project directory.
  2. Start the development server:
npm run dev

This will start both the client and the server in development mode.

Enjoy the game! 🎮