Coder Social home page Coder Social logo

booking-app's Introduction

Airbnb Clone

Description

This project is an Airbnb clone, a web application that allows users to discover and book accommodations worldwide. It replicates the core functionality of the Airbnb platform, enabling users to search for properties, view property details, and make reservations.

Features

  • User Authentication: Users can create accounts, log in, and manage their profiles.

    image

    image

  • Property Listings: Browse and search for available properties.

    image

  • Property Details: View detailed information about each property, including descriptions, amenities, and photos.

image image

  • Booking System: Users can make reservations for selected properties and manage their booking history.
  • Host Functionality: Property owners can list their accommodations, manage bookings, and update property information.

image

image

image

Technologies Used

  • Frontend: React.js, Tailwind CSSfor styling.
  • Backend: Node.js, Express.js, MongoDB for data storage.
  • Authentication: JSON Web Tokens (JWT).

Installation

  1. Clone the repository:

    git clone https://github.com/nikkittaa/booking-app.git
  2. Navigate to the project directory:

    cd booking-app
  3. Install dependencies for the frontend and backend:

    # Install frontend dependencies
    cd client
    npm install
    
    # Install backend dependencies
    cd ../api
    npm install
  4. Set up environment variables:

    • Create a .env file in the server directory with the required environment variables (e.g., MongoDB connection string).
  5. Start the development server:

    # Start the frontend server
    cd client
    npm run dev
    
    # Start the backend server
    cd ../api
    nodemon index.js
  6. Open your browser and go to [http://localhost:5173] to access the Airbnb clone.

booking-app's People

Contributors

nikkittaa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.