react-native-wordle icon indicating copy to clipboard operation
react-native-wordle copied to clipboard

basic wordle implementation using react native

react native wordle

A simple re-implementation of wordle.

  • guess the randomly choosen 5 letter word
  • you get 6 tries
  • correct letters are show green, incorrect letters are show yellow
  • letters that don't exist in the word, are shown in grey
  • a shareable emoji representation of your score

Play it on the web here : https://lonelycpp.github.io/react-native-wordle/

Tech stack

  • react native
  • expo (+ react native web)
  • typescript

acknowledgements

  • https://www.powerlanguage.co.uk/wordle/ (original game)
  • https://github.com/dwyl/english-words (word list)
  • https://github.com/hannahcode/wordle/blob/main/src/constants/wordlist.ts (better word list)