Code Monkey home page Code Monkey logo

airbnb-clone's Introduction

Airbnb Clone

HTML5 CSS3 Javascript NodeJS

Airbnb Clone is the final output for Bayan Academy's Backend Web Development.

Table of Contents

Overview

The requirements

Landing Page

The landing page should list down all the active listing of the website. In this page, there should be an option for sign-in and sign-up.

  • The user should be able to see all the listings regardless if loggSed in or not. Each list must have the following details:
    • Name of Listing
    • Username of the Uploader
    • Short Description
    • Address
  • A sign-in button must be present.
  • A sign-up button must be present.
  • The user can click listing and view its full details. If signed-in, the user should be able to add a review to the list. If not, no option should be given to the user.
  • If signed in, a sign out button must be present.

Sign-In Page

  • The user should be able to sign-in and go back to the page once signed-in.
  • Sign-out option must be present if the user is signed-in.

Sign-Up Page

  • The user should be able to register his/her username and password.
  • Should be able to sign-in once registered.

Individual Listing Page

  • Individual Listing must have the following details:
    • Name of Listing
    • Username of the Uploader
    • Detailed Description
    • Address
    • Date posted
    • Map (Use Map API)
    • Reviews
  • Option to add a review if the user is signed-in.

Screenshots

Set-up

  1. Clone this repo.

    clone https://github.com/erelropeta/airbnb-clone.git
    
  2. Generate an API key from the Google Cloud Platform and place your API key in an .env file.

    API_KEY = /* place your API key here */
    
  3. Install dependencies.

    npm i
    
  4. Create your MongoDB database locally by running seeds.js.

    node seeds.js
    
  5. Run index.js and visit http://localhost:3000/ on your browser.

    node index.js
    

My process

Built with

Continued development

I'm planning to deploy this soon with additional features such as:

  • Improve and updated UI
  • Database using MongoDB Atlas
  • Authentication using Auth0 or Passport
  • Create a filtering feauture for the displayed active listing

Author

airbnb-clone's People

Contributors

erelropeta 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.