Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bavllymagid/tic-tac-toe
Tic-Tac-Toe game built using React.js for the frontend and Spring Boot for the backend.
https://github.com/bavllymagid/tic-tac-toe
java javascript message-broker message-driven-applications multiplayer reactjs spring spring-boot vitejs websocket
Last synced: 4 days ago
JSON representation
Tic-Tac-Toe game built using React.js for the frontend and Spring Boot for the backend.
- Host: GitHub
- URL: https://github.com/bavllymagid/tic-tac-toe
- Owner: bavllymagid
- Created: 2024-11-25T19:58:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-31T02:54:41.000Z (about 1 month ago)
- Last Synced: 2024-12-31T03:28:32.493Z (about 1 month ago)
- Topics: java, javascript, message-broker, message-driven-applications, multiplayer, reactjs, spring, spring-boot, vitejs, websocket
- Language: JavaScript
- Homepage: https://tic-tac-toe.duckdns.org/
- Size: 251 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](backend) directory:``` bash
cd backend
```
- Build the project:
``` bash
mvn clean install
```
- Run the backend server:
``` bash
mvn spring-boot:run
```
- Frontend (React)
- Navigate to the [frontend](frontend) directory:
``` bash
cd frontend
```
- Install dependencies:
``` bash
npm install
```
- Start the development server:
``` bash
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.