A multi-feature travel website with destination guides, weather forecasts, currency conversion, and emergency assistance.
👉 https://github.com/sandeep1707-debug/WANDERHUB
Explore more features in the live demo!
| Feature | Description |
|---|---|
| Destination Guides | Discover popular tourist attractions |
| Weather Forecasts | Real-time weather information |
| Currency Converter | Travel-friendly currency conversion tool |
| Emergency Assistance | Important contacts and safety information |
| Travel Planner | Create and manage your itineraries |
| Nearby Places | Find points of interest near you |
- Frontend: HTML5, CSS3, JavaScript
- APIs Used:
- OpenWeatherMap API (Weather data)
- ExchangeRate-API (Currency conversion)
- Deployment: GitHub Pages
WANDERHUB/ ├── index.html # Main homepage
├── about.html # About section
├── attractions.html # Tourist attractions
├── currency-converter.html # Currency tool
├── emergency.html # Emergency contacts
├── weather.html # Weather forecasts
├── tp.html # Travel planner
├── nearby.html # Nearby places
└── README.md # Project documentation
- Clone the repository:
git clone https://github.com/AkshithaReddy005/WANDERHUB.git
Navigate to project directory:
bash Copy cd WANDERHUB Open in browser:
Double-click any HTML file or
Use a local server (e.g., VS Code Live Server)
🤝 How to Contribute We welcome contributions! Here's how:
Fork the repository
Create a new branch (git checkout -b feature/your-feature)
Commit your changes (git commit -m 'Add some feature')
Push to the branch (git push origin feature/your-feature)
Open a Pull Request


