Sayan-Maity / Airbnb-Clone

Frontend Clone of the famous Airbnb website

Home Page:https://sayancr777-airbnb-clone.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visit the site to see the website LIVE = " https://sayancr777-airbnb-clone.netlify.app/ "

Logo

airbnb.com/Landing-Page

This project is made using ReactJS, HTML and CSS

🛠 Installation & Set Up

  1. Install all the Node Modules and dependencies

    npm install 

    Dependencies used here are -->

    { 
         "@material-ui/core": "^4.12.4",
         "@material-ui/icons": "^4.11.3",
         "date-fns": "^2.28.0",
         "nodemon": "^2.0.19",
         "react-date-range": "^1.4.0",
         "react-router-dom": "^6.3.0",
     }
  2. Start the development server

    npm start

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

About

Frontend Clone of the famous Airbnb website

https://sayancr777-airbnb-clone.netlify.app/


Languages

Language:JavaScript 41.9%Language:HTML 37.7%Language:CSS 20.4%