Skip to content

This is the clone of Airbnb, a simple web application made with React.js which allows us to create spots so that non-employed developers can spend a few hours programming in a developer environment within the company that published the spot.

Notifications You must be signed in to change notification settings

nublson/Aircnc-Mobile

Repository files navigation

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

About

This is the clone of Airbnb, a simple web application made with React.js which allows us to create spots so that non-employed developers can spend a few hours programming in a developer environment within the company that published the spot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published