This project is a Word Unscrambler built with Next.js and TypeScript, featuring a fully functional API that unscrambles words based on a predefined dictionary.
✔️ API Functional (Okay-ish 😆) – Handles unscrambling of words.
✔️ Uses a word list from dwyl/english-words.
🔄 UI/UX Enhancements – Animations for a smoother experience.
🌙 Theme Toggle – Light/Dark mode switch.
📜 Past Words Persistence – Keep track of previously unscrambled words.
✨ Other Cool Features – Open to ideas and improvements!
# Clone the repo
git clone https://github.com/markuptitan/word-unscrambler.git
# Install dependencies
cd word-unscrambler
npm install
# Run the development server
npm run dev # or npm run dev / yarn dev
Open http://localhost:3000 in your browser to see it in action.