This repository contains a HangMan game implemented as a Single Page Application (SPA) using React, TypeScript, and Vite for the front-end, and Java with Jakarta EE for the back-end.
! Beware, words are in italian. If you don't know italian, learn it <3
The front-end of the game is built using the following technologies:
- React
- TypeScript
- Vite
To run the front-end:
- Make sure you have Node.js and npm installed on your system.
- Navigate to the
frontend
directory. - Run
npm install
to install the dependencies. - Run
npm run dev
to start the development server.
The back-end of the game is built using the following technologies:
- Java
- Jakarta EE
To run the back-end:
- Make sure you have JDK installed on your system.
- Navigate to the
backend
directory. - Build the project using the appropriate build command for your environment.
- Run the Java server to start the back-end.
Pull requests are welcome. Special thanks to:
for their valuable support during debugging nights :)