Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 798 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 798 Bytes

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
  • Read the story behind it here
  • Try a demo of this clone project here

Inspiration: This game is a clone of an open source project (by Hannah Park) of the immensely popular online word guessing game Wordle.

To Run Locally: Clone the repository and perform the following command line actions:

$ cd wordle
$ yarn
$ yarn dev

Then open http://localhost:3000 in browser.