Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karayamanemre/spellbee

a spelling game built with Next.js 14, TypeScript, Tailwind CSS, and ShadcnUI.
https://github.com/karayamanemre/spellbee

nextjs nextjs14 shadcn-ui tailwind typescript

Last synced: 3 days ago
JSON representation

a spelling game built with Next.js 14, TypeScript, Tailwind CSS, and ShadcnUI.

Awesome Lists containing this project

README

        

a spelling game built with Next.js 14, TypeScript, Tailwind CSS, and ShadcnUI.

## Quick Start

Clone the repository and install dependencies:

```bash
git clone https://github.com/karayamanemre/spellbee.git
cd spellbee
npm install
```

Run the development server:

```bash
npm run dev
```

Visit http://localhost:3000 to play the game.

## Game Rules

-Start with 20 points.
-Words must be at least three letters.
-Points are based on word length.
-Hints cost 20 points, shuffling costs 2 points, new letters cost 50 points.

## Contributing

Contributions are welcome! Please fork the repo and submit pull requests.