This project is a frontend clone of the popular Airbnb website, created using HTML, CSS, JavaScript, and React. It replicates the design of the Airbnb platform such as responsive design.
- Responsive design for different screen sizes
- Clean and modular code structure
- HTML5: Markup language for structuring the content
- CSS3: Styling for the website layout and responsiveness
- JavaScript (ES6): Adding interactivity and logic
- React.js: For building reusable UI components and handling state
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/bashirafarhin/airbnb_frontend_clone.git
- Navigate to the project folder:
cd airbnb-frontend-clone
- npm install
npm install
- npm run dev
npm start
- The project will run locally on
http://localhost:5173
.