Airnest is a web application inspired by Airbnb, designed to allow users to explore and book accommodations. This project is a clone of the Airbnb website, created using modern web technologies.
-
Frontend:
- Built using HTML, CSS, and JavaScript.
- Fully responsive design to support various screen sizes.
- Intuitive user interface with features like search, filters, and add to card details.
-
Backend:
- User data and booking information are stored and managed using Firebase.
- Local Storage is used for temporary data handling and session management.
To run the project locally:
-
Clone the repository:
git clone https://github.com/narsijangid/AirNest.git
-
Navigate to the project directory:
cd AirNest
-
Open the
index.html
file in your browser to view the application.
Airnest/
├── index.html # Main HTML file
├── style.css # Stylesheet for the application
├── script.js # Main JavaScript logic
├── prductpage.html # redring page detail in this page
└── icon/ # Contains images and other static assets
- Enable the required Firebase services (e.g., Firestore, Authentication) for your application.
- Open the website and use the search functionality to find accommodations.
- Sign in or sign up to book accommodations.
- The website stores user data securely using Firebase.
Contributions are welcome! If you have suggestions or want to report a bug, please open an issue or submit a pull request.
Thank you for using Airnest!