Assemblyweb app

REACT & JS

A screenshot of the linked Assembly Endgame project Home screen.
GitHub Repo Live version

This is a different take on the classic Hangman game, but instead of a stick figure, every wrong guess eliminates a programming language. The goal being to guess the word before all the languages disappear! This project was built as a capstone for my React basics course.

This game isn’t just about guessing words, it’s also a React showcase. It implements core React concepts like state management, component composition, and event handling, along with some more advanced features. A countdown timer adds an extra challenge, pushing players to think fast.