Skip to content

lalitrout/WANDERLUST-AirbnbClone

Repository files navigation

Airbnb Clone

This project is a clone of Airbnb, built to replicate the core features of the popular online marketplace for lodging, primarily for educational purposes.


Features

  • User authentication (Sign up, Login, Logout)
  • Listing properties for rent
  • User reviews and ratings
  • Map using MAPBOX APIs

Installation

  1. Clone the repository:
    git clone <repository-url>
  2. Navigate to the project directory:
    cd WANDERLUST
  3. Install dependencies:
    npm install

Usage

  1. Start the development server:
    nodemon app.js
  2. Open your browser and navigate to:
    http://localhost:8080
    

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Description of changes"
  4. Push to your branch:
    git push origin feature-name
  5. Submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published