React
Assembly: Endgame is a browser-based word-guessing game built as part of the Scrimba Frontend Developer course. The application challenges players to guess a hidden word within a limited number of attempts, providing visual feedback for correct and incorrect guesses.
This project focused on strengthening my React skills, including managing complex state, handling user input, and conditionally rendering UI elements based on game progress. It also gave me more experience structuring components and implementing game logic in a clear, maintainable way while keeping the interface simple and engaging.