Guess the word in under 8 attempts to keep the programming world safe from Assembly!
- Built with TypeScript for type safety and robust code
- Guess the word letter by letter
- Instant visual feedback for correct and incorrect guesses
- Farewell message appears whenever a wrong guess eliminates a language
- Lost languages are marked “dead” with a dimmed overlay and skull (💀) icon
- Confetti celebration when you guess the word correctly 🎉
- Reveal the word if the game is lost, with missed letters clearly highlighted
| Start Screen | Game Started | Game Won | Game Lost |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
- React + TypeScript — UI library with static typing
- Vite — Fast dev server and build tool
- Chakra UI — UI components
- React Confetti — Celebration effect
This project is deployed & live on Netlify.
Live Demo: guess8.netlify.app
**Ensure that Node.js and npm are installed.
git clone https://github.com/meghavx/guess8.git
cd guess8
npm install
npm run devThe app will run at http://localhost:5173 by default.
Thanks to Scrimba for their clear, interactive way of teaching React and making learning actually fun and hands-on.
This game was built as the final capstone in their Learn React course.
This project is open source under the MIT License.



