Skip to content

bavllymagid/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A full-stack Tic-Tac-Toe game built using React.js for the frontend and Spring Boot for the backend.

Features

  • Interactive UI built with React.js.
  • Backend API powered by Spring Boot.
  • Multiplayer support.
  • Real-time game updates.
  • Modern, responsive design.

Prerequisites

  • Node.js and npm installed.
  • Java Development Kit (JDK) 11+.
  • Maven for dependency management.

Installation

  • Backend (Spring Boot)
    • Navigate to the backend directory:

      cd backend
    • Build the project:

      mvn clean install
    • Run the backend server:

      mvn spring-boot:run
  • Frontend (React)
    • Navigate to the frontend directory:
      cd frontend
    • Install dependencies:
      npm install
    • Start the development server:
      npm run dev

Usage

  • Start the backend and frontend servers.
  • Open your browser and navigate to http://localhost:5173
  • Play the game!

Contribution

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Commit and push your changes.
  • Open a pull request.

About

Tic-Tac-Toe game built using React.js for the frontend and Spring Boot for the backend.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors