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

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.

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.

---

## ![Image of R10](https://github.com/nejmal/R10/blob/master/R10.png)

---

## 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/).