- Fork or Clone the repo, then set it up:
$ cd rn-wordle
$ yarn install
- Run Development Server
$ yarn start
-
Guess the
scientific word of the day
(SWOTD) -
Share your guess on social media
-
Save current progress in AsyncStorage, so that if we close the App, we can continue.
-
Keep track of the stats(Streak system):
- number of games played
- win rate
- current streak
- max streak
-
Animations for guess word and keyboard
More advance (needs some backend):
- save the stats in a database
- public dashboard
-
Implemented app navigation with
react-navigation
. -
Used
react-native-AsyncStorage
for storage.