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.
- Host: GitHub
- URL: https://github.com/douglasdotv/rate-repository-app
- Owner: douglasdotv
- Created: 2024-12-01T22:50:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T22:50:40.000Z (over 1 year ago)
- Last Synced: 2025-01-22T23:27:54.266Z (over 1 year ago)
- Topics: fullstackopen, graphql, react-native
- Language: JavaScript
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rate Repository App
[](https://github.com/douglasdotv/rate-repository-app/blob/main/README.md) [](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.