https://github.com/fadymas/word_whiz
https://github.com/fadymas/word_whiz
bootstrap css3 flexbox-css html5 javascript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fadymas/word_whiz
- Owner: fadymas
- Created: 2025-06-23T14:01:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-28T22:54:27.000Z (about 1 year ago)
- Last Synced: 2025-06-28T23:26:40.914Z (about 1 year ago)
- Topics: bootstrap, css3, flexbox-css, html5, javascript
- Language: JavaScript
- Homepage: https://fadymas.github.io/Word_Whiz/
- Size: 1.49 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# đ¯ Word Whiz
**Word Whiz** is a fun and interactive browser-based word guessing game inspired by Wordle. Built using HTML, CSS (Bootstrap + custom styles), and vanilla JavaScript, this game challenges players to guess a 6-letter word within 5 attempts â with hints available!
## đŧī¸ Demo


---
## đ Features
- đ Auto-uppercase letter inputs.
- â
Real-time validation and feedback:
- đŠ Green: correct letter and correct position.
- đ§ Orange: correct letter but wrong position.
- âŦ Gray: letter not in the word.
- đĄ Hint system (up to 3 hints per game).
- đ Fully responsive layout using Bootstrap 5.
- ⨠Keyboard navigation support (arrow keys, backspace).
- đ Words are fetched from a public random word API.
---
## đ Technologies Used
- HTML5
- CSS3 (custom + Bootstrap 5.3.7)
- JavaScript (ES6+)
- Google Fonts (Roboto)
- [Random Word API](https://random-word-api.vercel.app/)
---
## đšī¸ How to Play
1. The game selects a random 6-letter word.
2. You have 5 attempts to guess the word correctly.
3. Type one letter per input box. Press **Check Word** to submit.
4. Use the **Hint** button (up to 3 times) to reveal letters in their correct positions.
5. The game ends with a message:
- đ Win message if you guessed correctly.
- â Lose message after 5 failed attempts.
---
## đ Acknowledgments
- [Random Word API](https://random-word-api.vercel.app/)
- [Bootstrap 5](https://getbootstrap.com/)
- Inspired by the original Wordle game mechanics.
---
## âī¸ Author
**Fady Mahrous Samir**
[LinkedIn](https://www.linkedin.com/in/fady-mahrous)
[GitHub](https://github.com/fadymas)