TripPlanr is a web application designed to help users plan their trips effortlessly. Whether you're looking for the best places to visit, transportation options, or need some travel inspiration through YouTube videos, TripPlanr has got you covered!
- Input your location and the number of days you're staying.
- Get a list of places to visit based on your location using the OpenTripMap API.
- Find transportation options, including buses, trains, and cabs.
- Explore YouTube videos related to your travel destination for some travel inspiration.
Check out the live demo of TripPlanr here.
- Clone the repository from GitHub:
git clone https://github.com/your-username/trip-planr.git
cd trip-planr
- Open
index.html
in your preferred web browser.
- Upon opening the web app, you'll see a form where you can input your location and the number of days you plan to stay.
- Fill in the required details and click on the "Generate Trip Plan 📝" button.
- TripPlanr will fetch location information using the OpenTripMap API and suggest places to visit.
- The app will also display various transportation options for your convenience.
- Click on the links provided to know more about the places or watch YouTube videos for some travel inspiration.
- OpenTripMap API: Used to retrieve location information and places to visit.
- YouTube API: Utilized to fetch YouTube videos related to the travel destination.
TripPlanr was developed with love by Siddharth Shinde.
If you'd like to contribute to TripPlanr, please follow these steps:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/your-feature-name
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request.
This project is licensed under the MIT License.
Special thanks to Tailwind CSS for providing the beautiful CSS framework used in this project.
If you have any questions or suggestions, feel free to contact me at siddhushinde788@gmail.com.
Happy traveling with TripPlanr!