Created a hangman game using HTML/CSS/Javascript.
Used local storage to save the data.
You have 5 guesses. If you want, you can reset the word.
Demo: https://enes-hangman.netlify.app/
To run in production mode: npm run build
To run in development mode: npm run dev-server