Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 2.21 KB

README.md

File metadata and controls

73 lines (46 loc) · 2.21 KB

React Native AirBnB Clone with Clerk

This is a React Native AirBnB clone using Clerk for user authentication.

Additional features:

Screenshots

Demo

Demo

Prerequisites

  • Node.js and npm installed on your machine.
  • Expo CLI (if you don't have it, install it globally using npm install -g expo-cli)
  • Make sure Android studio install in your local machine then using android emulator run app on your emulator.

How to Start the Project

Follow these steps to run the Number Guess Games on your local machine:

  1. Clone the Repository: Clone this repository to your local machine using the following command:

    git clone https://github.com/kabhinav577/react-native-airbnb.git
  2. Navigate to the Project Directory:

    cd react-native-airbnb
    
    
  3. Install Dependencies:

    npm install
    
    
  4. Start the Development Server:

    npm start
    
    
  5. Access the App:

    Download Expo go from play store and Scan Expo Qr Code from Expo go app.

Authors