R10 is an iOS / Android app that allows users to get information on speakers, sessions, and schedules from the upcoming R10 dev conference.
- Get a list of all the schedules and sessions
- Add sessions to your favorites for quick and easy access
- Get detailed information on the different speakers
- Live updates
R10 App uses:
- [Javascript]
- Context
- React-Native
- Realm
Download the repo, then run:
$ cd r10
$ npm install
$ react-native run-ios --simulator="iPhone SE"
or
$ react-native run-android