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: 17 days ago
JSON representation

An open-source version of Wordle made with Next.js, Typescript and Tailwind CSS.

Lists

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.