Hangman Project
It’s a web application to play hangman and create some tests, built with Express and EJS .
Contributors • Description • How To Use • Key Features • Credits • Support • License

👨🎓 Contributors
📚 Description
This is a small project to build a classic Hangman game in JavaScript. The primary goal of this project is to practice and learn how to write tests using various tools and frameworks, including Jest.
Test-Driven Development: The project is structured to encourage writing tests for each feature of the game.
🚀 How To Use
To clone and run this application, you’ll need Git (which comes with npm ) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/thomaspsl-org/hangman-app
# Go into the repository
$ cd hangman-app
# Install dependencies
$ npm install
# Run the app
$ npm start
# Run tests
$ npm run test:unit
$ npm run test:e2e
$ npm run test:all
$ npm run test:e2e:ui
$ npm run test:e2e:report🔑 Key Features
…
✨ Credits
💸 Support
🔒 License
MIT
Instagram @thomaspssl • GitHub @thomaspsl • Twitter @thomaspssl