Skip to content

This is my own adaptation of the word-guessing game Wordle. Made with Nuxt.js (Vue)

License

Notifications You must be signed in to change notification settings

bonavida/wordle

Repository files navigation

Wordle

This game is my own adaptation of the original Wordle game developed by Josh Wardle.

Wordle

Website: https://wordle.bonavida.dev

Tech

  • Vue
  • Nuxt.js
  • TypeScript

Development

If you want to run it locally, you just need to install all the dependencies

yarn install

and then, run the application in development mode.

yarn dev

ToDo features

  • Use an API to fetch the daily word and to check if the guess is a valid word
  • Dark mode
  • Try words with different length (up to 10 letters)
  • i18n

Credits

The Wordle API used exclusively in this application has been provided by Javi Mollà.

About

This is my own adaptation of the word-guessing game Wordle. Made with Nuxt.js (Vue)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published