A full-stack Tic-Tac-Toe game built using React.js for the frontend and Spring Boot for the backend.
- Interactive UI built with React.js.
- Backend API powered by Spring Boot.
- Multiplayer support.
- Real-time game updates.
- Modern, responsive design.
- Node.js and npm installed.
- Java Development Kit (JDK) 11+.
- Maven for dependency management.
- 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
- Navigate to the frontend directory:
- Start the backend and frontend servers.
- Open your browser and navigate to http://localhost:5173
- Play the game!
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit and push your changes.
- Open a pull request.

