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
- React
- Redux
- React Navigation
- ESLint
- eslint-config-airbnb as plugin for helping us to follow the airbnb code style guide.
- React Native Vector Icons
- React Native Elements
- React Native Google Static Map
- React Native Star Rating
- React Native Image Zoom Viewer
-
Install latest nodeJs https://nodejs.org/
-
Install React Native CLI(This is global Dependency). react-native-cli
$ npm install -g react-native-cli
Read more react-native-cli
- Clone Project
$ git clone https://github.com//mafesernaarboleda/react-native-api-node.git
$ cd react-native-api-node
- Go to project folder and install dependencies:
$ npm install
Before running iOS build, Install Xcode
$ react-native run-ios
Before run android build, setup Android Studio
$ react-native run-android
- ENJOY! 😄
We use airbnb-javascript as JavaScript code style guide.
- Maria Fernanda Serna Arboleda - FullStack JavaScript Developer - Github
See also the list of contributors who participated in this project.
This project is licensed under MIT - see the LICENSE file for details