A front-end project that brings the classic „Hangman” game to the browser, with an intuitive interface and modern features:
🔤 Dynamic keyboard generation – Alphabet letters are automatically created using ASCII codes, eliminating manual redundancy.
❓ Random words with definitions – Each game generates a new word along with a definition fetched from an external API, providing hints for the player.
🖱️ Smooth interaction – The user interacts with the game via clicks on a virtual keyboard, with dynamic responses handled through DOM manipulation.
🎨 Responsive and animated design – Styled with modern CSS: @keyframes animations, :hover effects, and screen adaptation using @media only.
🧠 Simplified logic – The code is structured for clarity, making it ideal for showcasing game logic based on conditions, events, and states.
This project demonstrates API integration, effective use of JavaScript, and attention to detail in UI/UX design.



