React Conf App

screenshot of React Conf App
react
react-native

React Conf 2017 Companion App - built with React Native

Overview:

The React Conf 2017 companion app is built using React Native, designed to provide users with a live schedule, information about talks and speakers, and the ability to share content easily. The app is open source, allowing for contributions and improvements from the community. Users can access the app on both iOS and Android devices.

Features:

  • Live Schedule: Stay up to date with the conference schedule in real-time.
  • Information about Talks and Speakers: Get detailed information about the talks and speakers at the conference.
  • Easy Sharing: Quickly share talks on social media platforms.
  • Open Source: The app is open source, allowing for transparency and community contributions.
  • Design Tweaks and Updates: Continuous updates and improvements are made leading up to the conference.
  • Support and Feedback: Users can provide feedback and report issues to enhance app functionality.
  • Customization for Other Conferences: Users can fork the app and customize it for other conferences.

iOS:

  1. Clone the repository.
  2. Use yarn to install the dependencies.
  3. Open the project in XCode and click the run button.

Android:

  1. Clone the repository.
  2. Obtain a Google Maps API key.
  3. Create a file named google_maps_api_key.xml in android/app/src/main/res/values with the necessary contents.
  4. Use yarn to install the dependencies.
  5. Run react-native run-android or open the project in Android Studio and click the run button.

Summary:

The React Conf 2017 companion app, built with React Native, offers users a convenient way to access conference details and share content. Its open-source nature encourages community contributions, with continuous updates leading up to the event. With easy installation steps provided for both iOS and Android platforms, users can enhance their conference experience with this versatile app.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.