WanderWave is a static web application designed to showcase travel destinations, built using HTML, CSS, and JavaScript. It features a collection of travel packages categorized by themes like Adventure Seekers, Cultural Exploration, Family Vacation, Friends Trip, Honeymoon Trip, and Wellness & Spa Retreat. The app provides a visually rich experience with images and detailed descriptions for each travel package.
- Serves as the initial landing page introducing the app’s purpose.
- Acts as a central navigation point to explore different travel packages.
- Displays a variety of travel packages (e.g., Adventure Seekers, Cultural Exploration, Family Vacation).
- Includes dedicated pages with images and descriptions for each package.
- Frontend: HTML, CSS, JavaScript
Below is the project demo video of the WanderWave web interface:
WanderWave/
└── image/
├── adventure.jpg # Image for Adventure Seekers package
├── culturalEXploration.jpg # Image for Cultural Exploration package
├── family.jpg # Image for Family Vacation package
├── friends.jpg # Image for Friends Trip package
├── honeymoon.jpg # Image for Honeymoon Trip package
├── slider1.jpg # Slider image for the app
├── slider2.jpg # Slider image for the app
├── slider3.jpg # Slider image for the app
├── spa.jpg # Image for Wellness & Spa Retreat package
└── images/
└── packages/
├── AdventureSeekers/ # Folder for Adventure Seekers package
├── CulturalEXploration/ # Folder for Cultural Exploration package
├── FamilyVacation/ # Folder for Family Vacation package
├── FriendsTrip/ # Folder for Friends Trip package
├── HoneymoonTrip/ # Folder for Honeymoon Trip package
├── WellnessAndSpaRetreat/ # Folder for Wellness & Spa Retreat package
└── adventure.html # HTML file for Adventure Seekers package
└── cultural.html # HTML file for Cultural Exploration package
└── family.html # HTML file for Family Vacation package
└── friends.html # HTML file for Friends Trip package
└── honeymoon.html # HTML file for Honeymoon Trip package
└── index.html # Main HTML file for the app's UI
└── packages.css # Custom CSS styles for the app
- A modern web browser (e.g., Chrome, Firefox)
-
Clone the repository
git clone https://github.com/Preveen369/WanderWave.git cd WanderWave
-
Open the app
- Open
index.html
in your web browser to explore the travel packages.
- Open
Pull requests are welcome! Feel free to fork the repository and suggest improvements.
Steps to contribute:
# 1. Fork the repository
# 2. Create a feature branch
git checkout -b feature-name
# 3. Commit your changes
git commit -m "Add feature description"
# 4. Push to GitHub
git push origin feature-name
# 5. Open a Pull Request
For queries or suggestions:
- 📩 Email: [email protected]
- 🌐 LinkedIn: www.linkedin.com/in/preveen-s-17250529b/
If you like this project, please consider giving it a ⭐ on GitHub!