An open API service indexing awesome lists of open source software.

https://github.com/douglasdotv/rate-repository-app

Full Stack Open part10: crafting mobile apps for iOS and Android using React Native.
https://github.com/douglasdotv/rate-repository-app

fullstackopen graphql react-native

Last synced: 23 days ago
JSON representation

Full Stack Open part10: crafting mobile apps for iOS and Android using React Native.

Awesome Lists containing this project

README

          

# Rate Repository App

[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/douglasdotv/rate-repository-app/blob/main/README.md) [![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg)](https://github.com/douglasdotv/rate-repository-app/blob/main/README.pt-br.md)

This is a mobile application developed with React Native during [Full Stack Open Part 10](https://fullstackopen.com/en/part10).

The app allows users to explore repositories and submit reviews for them. It leverages the [Rate Repository API](https://github.com/fullstack-hy2020/rate-repository-api), a GraphQL backend offering endpoints for managing repositories, reviews, and user authentication.

This project demonstrates relevant concepts such as building a React Native app with Expo, integrating a GraphQL backend using Apollo Client, writing tests for components and implementing cursor-based pagination.