Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luciovilla/palabra
An open-source version of Wordle made with Next.js, Typescript and Tailwind CSS.
https://github.com/luciovilla/palabra
badbunny nextjs reggaeton tailwindcss typescript wordle
Last synced: about 1 month ago
JSON representation
An open-source version of Wordle made with Next.js, Typescript and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/luciovilla/palabra
- Owner: luciovilla
- License: mit
- Created: 2022-01-23T20:25:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T23:35:07.000Z (12 months ago)
- Last Synced: 2024-06-25T15:49:51.029Z (6 months ago)
- Topics: badbunny, nextjs, reggaeton, tailwindcss, typescript, wordle
- Language: TypeScript
- Homepage: https://palabra.luciovilla.com
- Size: 697 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# La Palabra
A clone of the popular game Wordle made using Next.js, TypeScript and Tailwind CSS where the daily word is pulled from Bad Bunny's lyrics (Python notebook coming soon).
- Go play the real Wordle [here](https://www.powerlanguage.co.uk/wordle/)
- Read the story behind it [here](https://www.nytimes.com/2022/01/03/technology/wordle-word-game-creator.html)
- Try a demo of this clone project [here](https://palabra.luciovilla.com)_Inspiration:_
This game is a clone of an open source project ([by Hannah Park](https://github.com/hannahcode/wordle)) of the immensely popular online word guessing game Wordle._To Run Locally:_
Clone the repository and perform the following command line actions:```bash
$ cd wordle
$ yarn
$ yarn dev
```Then open http://localhost:3000 in browser.