A mobile application for rating GitHub repositories. Sort and filter repositories, register a user, log in and create reviews.
The application was created with Expo, so the following scripts are available:
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"