An open API service indexing awesome lists of open source software.

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.

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.