Skip to content

yashwanth-git/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle

Idea is to clone the wordle game

Learnings

  • Handling animations through js. transitionend, animationend are new learnings
  • Better usage of Grid css
  • Using data attributes for js and css
  • Playing with css vars. Used it to handle multiple states in the game

Todos

  • Check delete mouse key press [bug]
  • Make fetch request for dictionary and target [best-practice]
  • Go Live [deploy]