This react-native app is created using Expo.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
Wordle is a popular word puzzle game where players have five attempts to guess a five-letter word. With each guess, the game provides feedback by highlighting letters in green, yellow, or gray — indicating correct placement, correct letter but wrong position, or incorrect letter, respectively. Its minimal design and brain-teasing simplicity game.
Thanks to Free Dictionary API for providing free and open-source dictionary data.
Thanks to Random Word API for supplying random words used in the game.
These APIs helped bring this word game to life by enabling word definitions and generating fresh word challenges.