Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dilan-dio4/nextjs-tailwind-wordle
- Owner: dilan-dio4
- License: mit
- Created: 2022-10-31T23:59:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T00:33:06.000Z (over 2 years ago)
- Last Synced: 2024-12-21T12:36:04.288Z (about 2 months ago)
- Topics: javascript, nextjs, node, nodejs, react, tailwind, tailwindcss, typescript, wordle
- Language: JavaScript
- Homepage: https://nextjs-tailwind-wordle.netlify.app/
- Size: 157 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 devFinally, 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)