Skip to content

Simple example of item list and a item details with React Native and backend in NodeJS

License

Notifications You must be signed in to change notification settings

mafesernaarboleda/react-native-api-node

Repository files navigation

React Native APP + Backend NodeJS

App in React Native for the consumption of an application in NodeJS + MongoDB, to list in the main screen the response of the call to the api /hotels and to be able to search of a specific hotel indicating the name or a caracter when calling the api /hotels/search/:filter.

By clicking on the item you can see the detailed information of the hotel, including, address, location in addition to a gallery of images associated with the hotel, to see the image in more detail you must click on it.

react-native-cli

Tools used in this project

Prerequisites

  1. Install latest nodeJs https://nodejs.org/

  2. Install React Native CLI(This is global Dependency). react-native-cli

$ npm install -g react-native-cli

Read more react-native-cli

Getting started

  1. Clone Project
 $ git clone https://github.com//mafesernaarboleda/react-native-api-node.git
 $ cd react-native-api-node
  1. Go to project folder and install dependencies:
$ npm install

Set up your emulator

iOS

Before running iOS build, Install Xcode

Launch App

$ react-native run-ios

Android

Before run android build, setup Android Studio

Launch App

$ react-native run-android
  • ENJOY! 😄

Workflow

We use airbnb-javascript as JavaScript code style guide.

Author

  • Maria Fernanda Serna Arboleda - FullStack JavaScript Developer - Github

See also the list of contributors who participated in this project.

License

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

About

Simple example of item list and a item details with React Native and backend in NodeJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published