https://github.com/agalcalledjen/r10
📱A React Native cross-platform (iOS/Android) mobile application for a developer conference that is happening soon. The app offers features like conference schedule, sessions, favourite sessions, and speaker bios.
https://github.com/agalcalledjen/r10
android-app apollo-client graphql ios-app mobile-app react-native
Last synced: 4 months ago
JSON representation
📱A React Native cross-platform (iOS/Android) mobile application for a developer conference that is happening soon. The app offers features like conference schedule, sessions, favourite sessions, and speaker bios.
- Host: GitHub
- URL: https://github.com/agalcalledjen/r10
- Owner: agalcalledjen
- Created: 2019-02-26T06:34:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:52:15.000Z (over 3 years ago)
- Last Synced: 2025-08-02T02:47:05.425Z (12 months ago)
- Topics: android-app, apollo-client, graphql, ios-app, mobile-app, react-native
- Language: JavaScript
- Homepage:
- Size: 43.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R10 📱
A cross-platform (iOS/Android) mobile application for a developer conference that is happening soon.
The app offers features like conference schedule, sessions, favourite sessions, and speaker bios.
---
## 
---
## Installation
**NOTE: Yarn is recommended.**
Clone this project.
```
git clone < project directory .git >
```
### Setup
#### iOS
Install the dependencies.
```
yarn install
```
Run the project.
```
react-native run-ios
```
---
#### Android
Install the dependencies.
```
yarn install
```
Start the emulator (Android 9 (Pie) SDK is recommended).
Run the project.
```bash
react-native run-android
```
---
## Technologies Used
- JavaScript
- React Native
- AsyncStorage
- React Navigation
- Apollo Client
- GraphQL
---
## Personal Learnings
### App Developer (Project 4)
This is a project produced from the following lessons from Week 8:
1. Intro to React Native
2. Navigation and Dependencies
3. Mobile Databases
4. Android Apps with React Native
5. React Native Animation
Below are the subsequent learning outcomes:
- Having a base stylesheet is very useful and more efficient for styling.
---
## Author
[Jen Lam](https://github.com/agalcalledjen), Full-Stack Developer student at [RED Academy](https://redacademy.com/vancouver/).
Let's connect on [LinkedIn](https://www.linkedin.com/in/agalcalledjen/).