Skip to content

Built with Next.js, this app unscrambles words using a custom API. Focused on smooth UX, efficient logic, and exploring full-stack capabilities.

Notifications You must be signed in to change notification settings

siyabuilds/word-unscrambler

Repository files navigation

Word Unscrambler (Next.js + API)

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.


Current Features ✅

✔️ API Functional (Okay-ish 😆) – Handles unscrambling of words.
✔️ Uses a word list from dwyl/english-words.


Upcoming Improvements 🚀

🔄 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!


Installation & Usage

# 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.

About

Built with Next.js, this app unscrambles words using a custom API. Focused on smooth UX, efficient logic, and exploring full-stack capabilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published