Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dilan-dio4/nextjs-tailwind-wordle

Open-source implementation of Wordle game with wagering & analytics built with Next.js, TailwindCSS and Flowbite. Web and mobile friendly.
https://github.com/dilan-dio4/nextjs-tailwind-wordle

javascript nextjs node nodejs react tailwind tailwindcss typescript wordle

Last synced: about 1 month ago
JSON representation

Open-source implementation of Wordle game with wagering & analytics built with Next.js, TailwindCSS and Flowbite. Web and mobile friendly.

Awesome Lists containing this project

README

        

# Wordle Clone (Next.js + TailwindCSS + Flowbite)

This is an advanced clone of Wordle, built for mobile and desktop devices. This clone features a ticket-wagering system and analytics regarding your Wordle performance.

## Description

All game-related data is stored locally with `localStorage`. To peep your the answer to your current game open the developer console. This repo was migrated from an older account of mine.

## Getting Started

### Installing

```text
# npm i -g pnpm
# git clone https://github.com/dilan-dio4/nextjs-tailwind-wordle.git
# cd nextjs-tailwind-wordle
# pnpm i
# pnpm run dev

Finally, open 'localhost:3000' in your web browser.
```

Visit the live demo here: [https://nextjs-tailwind-wordle.netlify.app/](https://nextjs-tailwind-wordle.netlify.app/)

## License

This project is licensed under the MIT License - see the LICENSE file for details

## Acknowledgments

Inspiration, code snippets, etc.
* [flowbite-react](https://github.com/themesberg/flowbite-react)
* [Keagate](https://github.com/dilan-dio4/Keagate)
* [pnpm](https://github.com/pnpm/pnpm)