Word Hive
A spelling bee game where players can practice their spelling skills with a variety of words. Words are stored in the browser's local storage, and the application is deployed on Vercel. You can play the game without an account, a page with hints is available, and the solutions of the previous day are displayed.

Details
- Implemented a game inspired by the popular spelling bee game, where you are given 7 letters and must create as many words as possible.
- Integrated the scoring system to calculate the score based on the length of the words created or if the word uses all 7 letters.
- Designed and implemented a user-friendly interface with responsive design using Tailwind CSS.
- Automated the generation of the 7 letters using a word database.