Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days ago
JSON representation
a spelling game built with Next.js 14, TypeScript, Tailwind CSS, and ShadcnUI.
- Host: GitHub
- URL: https://github.com/karayamanemre/spellbee
- Owner: karayamanemre
- Created: 2024-05-10T16:18:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T19:25:00.000Z (19 days ago)
- Last Synced: 2024-10-20T23:55:52.956Z (19 days ago)
- Topics: nextjs, nextjs14, shadcn-ui, tailwind, typescript
- Language: TypeScript
- Homepage: https://spellbee-rho.vercel.app
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.