https://github.com/siyabuilds/word-unscrambler
Built with Next.js, this app unscrambles words using a custom API. Focused on smooth UX, efficient logic, and exploring full-stack capabilities.
https://github.com/siyabuilds/word-unscrambler
api nextjs
Last synced: about 2 months ago
JSON representation
Built with Next.js, this app unscrambles words using a custom API. Focused on smooth UX, efficient logic, and exploring full-stack capabilities.
- Host: GitHub
- URL: https://github.com/siyabuilds/word-unscrambler
- Owner: siyabuilds
- Created: 2025-02-11T09:17:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T12:52:23.000Z (12 months ago)
- Last Synced: 2026-05-04T01:39:42.483Z (about 2 months ago)
- Topics: api, nextjs
- Language: TypeScript
- Homepage: https://word-unscrambler-weld.vercel.app
- Size: 3.17 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/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
```bash
# 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](http://localhost:3000) in your browser to see it in action.