TouriHSTan is a responsive travel website built to showcase curated tour packages across various Indian cities.
This project was developed as a first-year web development project to demonstrate practical frontend and basic backend skills.
Live Demo: https://harshv2608.github.io/touriHSTan/
- City Exploration: Discover popular cities like Mumbai, Delhi, and Goa with dedicated pages highlighting top attractions and experiences.
- Curated Tour Packages: Each city page offers themed tour packages with details like duration, highlights, inclusions, and pricing.
- Responsive Design: Works well on both desktop and mobile devices.
- User Interaction: Includes pages like "About Us," "Contact Us," and "Feedback" to engage users.
- Frontend:
- HTML5
- CSS3
- JavaScript
- Backend:
- Firebase Authentication
- Firebase Realtime Database
To run the project on your local machine:
-
Clone the repository:
git clone https://github.com/Harshv2608/touriHSTan.git cd touriHSTan
-
Open index.html file in your preferred web browser.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch: git checkout -b feature-name
- Make your changes.
- Commit your changes: git commit -m "Add new feature"
- Push to your branch: git push origin feature-name
- Open a pull request.