-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
243 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
} |
Submodule BuddyTrail
added at
fd812a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,94 @@ | ||
# BuddyTrail | ||
Welcome to **BuddyTrail** – your ultimate travel companion! Whether you're planning a family vacation or a trip with friends, BuddyTrail helps you discover and explore amazing destinations, find the best hotels, and book affordable flights with ease. | ||
## Features | ||
**Interactive Travel Map:** Explore popular destinations across India and around the world. Click on markers to learn more about each location. | ||
# 🏞️ BuddyTrail | ||
|
||
**Dark & Bright Mode:** Switch between dark and bright modes for a comfortable browsing experience, day or night. | ||
Welcome to **BuddyTrail** – your ultimate travel companion! 🌍✈️ Whether you're planning a family vacation 👨👩👧👦 or a trip with friends 👫, BuddyTrail helps you discover and explore amazing destinations 🏖️🏰, find the best hotels 🏨, and book affordable flights 💺 with ease. | ||
|
||
**Hotel Finder:** Find the best hotels at affordable rates, handpicked to suit your budget and preferences. | ||
<br /> | ||
|
||
**Flight Booking:** Book flights at the best prices, with options tailored to your travel needs. | ||
<div align="center"> | ||
<a href="https://github.com/PriyaGhosal/BuddyTrail/stargazers"><img src="https://img.shields.io/github/stars/PriyaGhosal/BuddyTrail" alt="Stars Badge"/></a> | ||
<a href="https://github.com/PriyaGhosal/BuddyTrail/network/members"><img src="https://img.shields.io/github/forks/PriyaGhosal/BuddyTrail" alt="Forks Badge"/></a> | ||
<a href="https://github.com/PriyaGhosal/BuddyTrail/pulls"><img src="https://img.shields.io/github/issues-pr/PriyaGhosal/BuddyTrail" alt="Pull Requests Badge"/></a> | ||
<a href="https://github.com/PriyaGhosal/BuddyTrail/issues"><img src="https://img.shields.io/github/issues/PriyaGhosal/BuddyTrail" alt="Issues Badge"/></a> | ||
<a href="https://github.com/PriyaGhosal/BuddyTrail/graphs/contributors"><img alt="GitHub contributors" src="https://img.shields.io/github/contributors/PriyaGhosal/BuddyTrail?color=2b9348"></a> | ||
</div> | ||
|
||
Travel Blog: Read tips, guides, and personal stories from seasoned travelers. | ||
|
||
Multi-Language Support: View the website in multiple languages, catering to a global audience. | ||
<br /> | ||
|
||
User Reviews and Ratings: Read and leave reviews for destinations, hotels, flights, and activities. | ||
![image](https://github.com/user-attachments/assets/4e53b040-41de-43d0-91bd-5c31bf5b9959) | ||
![image](https://github.com/user-attachments/assets/1a2ec256-1099-44a0-b810-7f40b544ec3a) | ||
|
||
## Technologies Used | ||
**HTML/CSS:** For building and styling the website structure. | ||
<br /> | ||
|
||
**JavaScript:** For interactive features like the map and mode toggling. | ||
## 🚀 Features | ||
|
||
**Google Maps API:** For displaying the interactive travel map. | ||
**🗺️ Interactive Travel Map:** Explore popular destinations across India and around the world. Click on markers to learn more about each location. | ||
|
||
**Responsive Design:** The website is fully responsive and works on all devices. | ||
**🌙🌞 Dark & Bright Mode:** Switch between dark and bright modes for a comfortable browsing experience, day or night. | ||
|
||
**🏨 Hotel Finder:** Find the best hotels at affordable rates, handpicked to suit your budget and preferences. | ||
|
||
**✈️ Flight Booking:** Book flights at the best prices, with options tailored to your travel needs. | ||
|
||
**📝 Travel Blog:** Read tips, guides, and personal stories from seasoned travelers. | ||
|
||
**🌐 Multi-Language Support:** View the website in multiple languages, catering to a global audience. | ||
|
||
**⭐ User Reviews and Ratings:** Read and leave reviews for destinations, hotels, flights, and activities. | ||
|
||
<br /> | ||
|
||
## 🛠️ Technologies Used | ||
|
||
**📝 HTML/CSS:** For building and styling the website structure. | ||
|
||
**⚙️ JavaScript:** For interactive features like the map and mode toggling. | ||
|
||
**🗺️ Google Maps API:** For displaying the interactive travel map. | ||
|
||
**📱 Responsive Design:** The website is fully responsive and works on all devices. | ||
|
||
<br /> | ||
|
||
## 🎉 Welcome Contributors!! 👨💻👋 | ||
|
||
Join the list. **We are waiting** :octocat:<br /> | ||
Here's how you can contribute to the repository: | ||
|
||
1. **Fork the repository** to your own GitHub account. | ||
|
||
2. **Clone the repository** to your local machine: | ||
|
||
```bash | ||
git clone https://github.com/PriyalGhosal/BuddyTrail.git | ||
``` | ||
|
||
3. **Navigate into the directory**: | ||
|
||
```bash | ||
cd BuddyTrail | ||
``` | ||
|
||
4. **Install dependencies** (if applicable): | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
5. **Create a new branch** for your changes: | ||
|
||
```bash | ||
git checkout -b <your-branch-name> | ||
``` | ||
|
||
6. **Make your changes**, commit, and push: | ||
|
||
```bash | ||
git add . | ||
git commit -m "Your message here" | ||
git push origin <your-branch-name> | ||
``` | ||
|
||
7. **Create a pull request** from your GitHub repository. | ||
</br> | ||
# Thanks for reading!!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.