Skip to content

useranderson/like-wordle-game

Repository files navigation

This is a Brazilian minimalist version of the famous Wordle game

Technologies

  • NextJS
  • TailwindCSS
  • Cypress (Tests)

Use cases

  • should correctly show the status of each letter after each attempt
  • should update keyboard letter colors after every attempt
  • should show a modal-won when all letters is right
  • should show a modal-lost when all attempts run out
  • should start a new game by clicking 'Jogar novamente
  • should show error if trying to send incomplete word
  • should show an error if you try to send a word that doesn't exist in the list
  • should be possible to choose letters using the keyboard
  • should be possible to select letter with click

Live version

https://like-wordle-game.vercel.app/