This game is my own adaptation of the original Wordle game developed by Josh Wardle.
Website: https://wordle.bonavida.dev
- Vue
- Nuxt.js
- TypeScript
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
Use an API to fetch the daily word and to check if the guess is a valid wordDark mode- Try words with different length (up to 10 letters)
- i18n
The Wordle API used exclusively in this application has been provided by Javi Mollà.