https://github.com/jglchen/react-native-hackernews-apollo
A mobile app built with react native implementing GraphQL APIs, which can be considered as the mobile version of Hackernews Clone Site with GraphQL.
https://github.com/jglchen/react-native-hackernews-apollo
apollo apollo-client expo firebase firestore graphql react-native
Last synced: 2 months ago
JSON representation
A mobile app built with react native implementing GraphQL APIs, which can be considered as the mobile version of Hackernews Clone Site with GraphQL.
- Host: GitHub
- URL: https://github.com/jglchen/react-native-hackernews-apollo
- Owner: jglchen
- Created: 2023-01-11T10:07:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T02:38:41.000Z (about 2 years ago)
- Last Synced: 2025-01-20T16:25:28.705Z (over 1 year ago)
- Topics: apollo, apollo-client, expo, firebase, firestore, graphql, react-native
- Language: TypeScript
- Homepage: https://jglchen.github.io/react-native-hackernews-apollo/
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hackernews Clone Mobile App
This is a [Hackernews](https://news.ycombinator.com/) mobile app built with react native implementing GraphQL APIs, which can be considered as the mobile version of [Hackernews Clone Site with GraphQL](https://hackernews-nextjs-apollo.vercel.app).
**iOS** and **Android** mobile apps are developed with **React Native**, anyone who is interested can test the development builds with [iOS Simulator Build](https://expo.dev/accounts/jglchen/projects/hackernews-apollo/builds/b6aa3b39-e2ec-48cd-89f5-14028feff519) and [Android Internal Distribution Build](https://expo.dev/accounts/jglchen/projects/hackernews-apollo/builds/5b979dee-6874-48a8-ade1-231a750eca9c). If the build storage link has expired, please go to [https://projects-jglchen.vercel.app/en/contact](https://projects-jglchen.vercel.app/en/contact) to request build files.
### [iOS Simulator Build](https://expo.dev/accounts/jglchen/projects/hackernews-apollo/builds/b6aa3b39-e2ec-48cd-89f5-14028feff519)
### [Android Internal Distribution Build](https://expo.dev/accounts/jglchen/projects/hackernews-apollo/builds/5b979dee-6874-48a8-ade1-231a750eca9c)
### [React Native GitHub](https://github.com/jglchen/react-native-hackernews-apollo)
### [View the Web Demo](https://hackernews-nextjs-apollo.vercel.app)
### [React GitHub](https://github.com/jglchen/hackernews-nextjs-apollo)
### Docker: docker run -p 3000:3000 jglchen/hackernews-nextjs-apollo