shreyaslax / airbnb_clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airbnb Clone

This project is an Airbnb clone built using React, React-Router-DOM for navigation, and Material-UI (MUI).It has features such as types of Hotels, types of Rooms, Availability of Rooms, Number of Guests , etc.On clicking the logo it leads to the Home page, the "Explore Nearby" and the "Search Airbnb" (inside "Search Dates") buttons navigate to the Search Page. Material UI helps to had cool effects to the buttons and CSS is used to make it responsive and to make it look cooler.


Installation

To run this project locally, follow these steps:


1. Clone the repository to your local machine.

git clone


2. Navigate to the project directory.

cd airbnb-clone


3. Install the dependencies using npm.

npm install


4. Start the development server.

npm start


5. Open your browser and go to http://localhost:3000 to view the app.

About


Languages

Language:JavaScript 61.2%Language:CSS 29.7%Language:HTML 9.1%