All Projects → lexmartinez → React Native Hotels App

lexmartinez / React Native Hotels App

Licence: mit
⛺️ Hotels App: A simple react-native App exercise with nodeJS API consumption

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Hotels App

conference-app
🎪 A Sample Conference App built with React Native
Stars: ✭ 18 (-64%)
Mutual labels:  jsx, mobile-app
Restaurant App
Restaurant Food Ordering Mobile Application
Stars: ✭ 44 (-12%)
Mutual labels:  mobile-app
Babel Plugin Jsx Two Way Binding
🍺 A two-way data binding solution for React
Stars: ✭ 15 (-70%)
Mutual labels:  jsx
Ns Vue Radio
A native white-label application built with NativeScript-Vue for community radios
Stars: ✭ 36 (-28%)
Mutual labels:  mobile-app
Awesome Flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Stars: ✭ 38,582 (+77064%)
Mutual labels:  mobile-app
Cattous
CSS in JSX for lazy developers, built using styled-components and styled-system
Stars: ✭ 38 (-24%)
Mutual labels:  jsx
Webmiddle
Node.js framework for modular web scraping and data extraction
Stars: ✭ 13 (-74%)
Mutual labels:  jsx
Chatblocks
Declarative Messenger chatbot framework
Stars: ✭ 48 (-4%)
Mutual labels:  jsx
Jsx Lite
Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and Liquid.
Stars: ✭ 1,015 (+1930%)
Mutual labels:  jsx
Checkmyhttps
We propose a user-friendly add-on that allows you to check if your encrypted web traffic (SSL/TLS) towards secured Internet servers (HTTPS) is not intercepted (being listened to).
Stars: ✭ 35 (-30%)
Mutual labels:  mobile-app
React Native Uber Clone
Uber UI Clone in React Native
Stars: ✭ 35 (-30%)
Mutual labels:  mobile-app
Mangosta Ios
MongooseIM client for iOS
Stars: ✭ 28 (-44%)
Mutual labels:  mobile-app
Rich Text To Jsx
📄 Opinionated JSX renderer for the Contentful rich text field type.
Stars: ✭ 39 (-22%)
Mutual labels:  jsx
Preact
⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.
Stars: ✭ 30,527 (+60954%)
Mutual labels:  jsx
Inferno Most Fp Demo
A demo for the ReactJS Tampa Bay meetup showing how to build a React+Redux-like architecture from scratch using Inferno, Most.js, reactive programmning, and various functional programming tools & techniques
Stars: ✭ 45 (-10%)
Mutual labels:  jsx
Immuni App Android
Official repository for the Android version of the immuni application
Stars: ✭ 881 (+1662%)
Mutual labels:  mobile-app
Wonders
🌈 Declarative JavaScript framework to build command-line applications.
Stars: ✭ 34 (-32%)
Mutual labels:  jsx
Reactgym
Workout-Tracking app built in ES6 using react, flux and ImmutableJS
Stars: ✭ 36 (-28%)
Mutual labels:  mobile-app
Gatsby Plugin Mdx
gatsby v1 mdx plugin, for gatsby v2 see https://github.com/ChristopherBiscardi/gatsby-mdx
Stars: ✭ 50 (+0%)
Mutual labels:  jsx
React Es6 Padawan To Jedi Book
Uma introdução simples e completa para React usando ES6 e Babel.
Stars: ✭ 46 (-8%)
Mutual labels:  jsx

react-native-hotels-app

⛺️ Hotels App: A simple react-native App exercise with nodeJS API consumption - codename: otel

Created as part of technical test for mobile dev role at Hays Recruiting - Almundo.com

Quick start

# clone repo
$ git clone https://github.com/lexmartinez/react-native-hotels-app

# change directory to cloned app
$ cd react-native-hotels-app

# install the dependencies with npm
$ npm install

# start IOS emulator with running App
$ react-native run-ios

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

react-native-hotels-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

After you have installed all dependencies you can now start developing with:

  • react-native run-ios

It will start the desired mobile operating system emulator with the app running, any change made will refresh the app on emulator

Running on your iPhone

You can run this app under dev mode on your iPhone device, through Xcode, follow this steps:

  • Open IOS project on Xcode, that is located in ${PROJECT_DIR}/ios/otel.xcodeproj
  • Connect and choose your iPhone device on topbar
  • Use the Play ▶️ button (few pixels on left) to run the App

Please keep your Xcode updated in order to avoid any Xcode/Runtime version problem

Preview

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].