Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.71 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.71 KB

Aircnc (Mobile w/ React Native)

Web version here.

Aircnc Preview

This is the frontend mobile version of Aircnc, focused on the developer side. Allows Developers to login by typing in the email and technologies they are interested in. This redirects them to the application's homepage where they can see all the spots filtered by the user's technologies of entry, thus making it possible to make the Booking request of the spot.

Getting Started

These instructions will get you a copy of the project up and running on your local machine (Real mobile device or simulator) for development and testing purposes. Feel free to deploy if you want.

Prerequisites

You will need the backend to be running so that you can connect both sides of the Application.

Note: In your Axios set up to connect the mobile app to the backend, you need to change localhost to LAN URL provided by Expo Development Tool.

/*
Expo developer Tool
$ http://localhost:19002/

Connection LAN url
$ exp://192.168.1.9:19000 => change Axios baseUrl localhost by 192.168.1.9
*/

Expo Development Tool

Installation

Clone the repository and run

// With NPM
$ npm install
$ npm run start

// With Yarn
$ yarn install
$ yarn start

Built With

Contributing

Please feel free to send pull request if you want to contribute!

Authors

-Nubelson - Development - nubelsondev