AK
Aamir Khan
Spelling Bee Game - Copy this React, Tailwind Component to your project
Spelling Bee Objective: Players must correctly spell a given word. Gameplay: A word is shown briefly and then hidden. Player must type the word correctly from memory. Score is based on how many words are correctly spelled. React Concepts: useState for score and words. Keyboard event handling (onKeyPress). Random word selection from a pre defined list.
Prompt
