All Projects β†’ lexmartinez β†’ conference-app

lexmartinez / conference-app

Licence: MIT license
πŸŽͺ A Sample Conference App built with React Native

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to conference-app

React Native Hotels App
⛺️ Hotels App: A simple react-native App exercise with nodeJS API consumption
Stars: ✭ 50 (+177.78%)
Mutual labels:  jsx, mobile-app
gatsby-reactstrap
Adding Bootstrap 4 to an Gatsby React App and serve generated the static site with Express.js
Stars: ✭ 25 (+38.89%)
Mutual labels:  jsx
harbour-sailfishconnect
KDE Connect for Sailfish OS
Stars: ✭ 39 (+116.67%)
Mutual labels:  mobile-app
JetStory
JetStory is an open source android app made to help you spend your waiting time reading stories that have similar length to your available time.
Stars: ✭ 20 (+11.11%)
Mutual labels:  mobile-app
rukatuk-mobile
The Official App for Ruk-A-Tuk Promotions
Stars: ✭ 18 (+0%)
Mutual labels:  mobile-app
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. πŸ˜πŸ’†πŸΌβ€β™‚οΈ
Stars: ✭ 34 (+88.89%)
Mutual labels:  mobile-app
play-java-seed.g8
Play Java Seed template: use "sbt new playframework/play-java-seed.g8"
Stars: ✭ 20 (+11.11%)
Mutual labels:  sample-app
hsx
Static HTML sites with JSX and webpack (no React).
Stars: ✭ 15 (-16.67%)
Mutual labels:  jsx
play-scala-log4j2-example
An example Play project using Log4J 2 as the logging engine
Stars: ✭ 14 (-22.22%)
Mutual labels:  sample-app
Crashalert
Set of React Native components that allow reporting of the crashes in RN applications.
Stars: ✭ 68 (+277.78%)
Mutual labels:  mobile-app
conference-app-2017-ios
The Conference App for builderscon tokyo 2017
Stars: ✭ 20 (+11.11%)
Mutual labels:  conference
sleepytimeconference
The conference that comes together while you sleep.
Stars: ✭ 17 (-5.56%)
Mutual labels:  conference
weather-app-2020-android
Android Weather App 2020
Stars: ✭ 15 (-16.67%)
Mutual labels:  sample-app
Sorting-Visualiser
A mobile application that visualizes various sorting algorithms such as Bubble sort, selection sort, quick sort etc. The sorting process is visualized as the rearrangement of vertical lines of different lengths from shortest to tallest.
Stars: ✭ 32 (+77.78%)
Mutual labels:  mobile-app
mooltik
πŸ§‘β€πŸŽ¨ Mobile animation studio (Flutter)
Stars: ✭ 162 (+800%)
Mutual labels:  mobile-app
joltik
A really small VDOM library
Stars: ✭ 40 (+122.22%)
Mutual labels:  jsx
NLP-Review-Scorer
Score your NLP paper review
Stars: ✭ 25 (+38.89%)
Mutual labels:  conference
gutenberg-workshop
βš’οΈ A Gutenberg Workshop πŸ…±οΈ
Stars: ✭ 21 (+16.67%)
Mutual labels:  jsx
jsx.js
small and extendable jsx transpiler
Stars: ✭ 19 (+5.56%)
Mutual labels:  jsx
SimpleDroidRx
An application that helps you learn and better understand ReactiveX
Stars: ✭ 61 (+238.89%)
Mutual labels:  sample-app

conference-app

πŸŽͺ A Sample Conference App built with React Native

Demo App inspired on ionic-conference-app

Quick start

# clone repo
$ git clone https://github.com/lexmartinez/conference-app

# change directory to cloned app
$ cd conference-app

# install the dependencies with yarn
$ yarn install

# start react-native (Expo) server with running App
$ yarn start

Table of Contents

Dependencies

You'll need to run this app:

  • node and npm (Use NVM)
  • Ensure you're running Node (v8.9.4+) and NPM (5.6.0+)
  • react-native-cli: 2.0.1
  • react-native: 0.54.0

conference-app is a react-native mobile application is assumed that you're familiarized with this framework, otherwise it is here where you should start react-native-getting-started

Developing

With yarn start command runs your app in development mode.

Open it in the Expo app on your phone (IOS or Android) to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:

yarn start --reset-cache

For further information regarding app bootstraping and other useful commands see DETAILS.md

Screenshots

Participate

If you have any idea, this project is open for issues and pull requests also if you want use this app for any real life event, feel free to use it this code.

REUSE HINT: All event data is provided from this file: src/assets/info.json, however the service layer is ready to consume any API with that JSON structure.

License

This project is licensed under MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].