React Native mobile application for rating GitHub repositories.
More app demo images: DarkTheme || LightTheme
- The app was bootstrapped with Create React Native App and is running on Expo.
- The app has the following properties:
- user sign in/out
- sign up for new users
- view all reviewed repositories
- signed in user can create reviews
- view reviews created by the signed in user
- Expo CLI
- React Native, React Router Native
- Apollo Client, GraphQL
- Formik & Yup
- Jest & React Native Testing Library
- ESLint
Set up the rate-repository-api server by following the setup instructions in the repository's README. Note that if you are using an emulator for development it is recommended to run the server and the emulator on the same computer. This eases network requests considerably.
npm install
npm start