Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.56 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.56 KB

HangMan, an exiting (not so much) web gaming experience

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

Front-end

The front-end of the game is built using the following technologies:

  • React
  • TypeScript
  • Vite

To run the front-end:

  1. Make sure you have Node.js and npm installed on your system.
  2. Navigate to the frontend directory.
  3. Run npm install to install the dependencies.
  4. Run npm run dev to start the development server.

Back-end

The back-end of the game is built using the following technologies:

  • Java
  • Jakarta EE

To run the back-end:

  1. Make sure you have JDK installed on your system.
  2. Navigate to the backend directory.
  3. Build the project using the appropriate build command for your environment.
  4. Run the Java server to start the back-end.

Images

pinboard dashboard game

Contributing

Pull requests are welcome. Special thanks to:

for their valuable support during debugging nights :)