Skip to content

Latest commit

 

History

History
136 lines (98 loc) · 3.64 KB

oops!.md

File metadata and controls

136 lines (98 loc) · 3.64 KB

CoC Inheritance 2024
Sustainable Travel Planner

Sustainable Travel Planner - where every step leaves a lighter footprint !

Table of Contents

📝Description

The Sustainable Travel Planner is a web-based application that helps users plan customized trips efficiently. It leverages AI, real-time data to suggest an itinerary based on user preferences. Users can also access pre-made itineraries.

The platform integrates live weather updates and carbon footprint analysis to promote eco-friendly travel choices. By encouraging sustainable travel habits, it empowers users to explore destinations while minimizing environmental impact.

🔗Links

🤖Tech-Stack

Front-end

  • HTML
  • JavaScript
  • Tailwind CSS
  • React

Back-end

  • NodeJS
  • ExpressJS
  • Flask
  • LangChain

Database

  • MongoDB

📈Progress

Fully-implemented features -

  1. We developed an itinerary generator which will design a day-wise custom itinerary for you based on your travel constraints and preferences.

  2. Top hotel and restaurant recommendations given to the user. A section for flight bookings is created.

  3. A planned itinerary section where users can see pre-planned itineraries for them.

  4. A carbon footprint calculator where users can see how much carbon footprint their trip is generating and can compensate using offset.

Partially implemented features-

  1. Displaying weather updates of the dates the user is planning the trip for.

🔮Future Scope

  1. Create a virtual scrapbook for users to store their photos and experiences.

  2. Create a travel buddy finder which will help solo travellers find a travel comapanion who matched their travelling spirit.

💸Applications

  1. Estimates CO₂ emissions for different travel modes, encouraging users to choose greener alternatives.

  2. Allows user to enter their preferred type of travel (nature, hisotrical, adventure,etc) and plans itinerary accordingly

🛠Project Setup

For the Web-App

1.Clone the GitHub repo.

git clone https://github.com/YashviMehta03/Sustainable_Travel_Planner.git

2.Enter the client directory. Install all the required dependencies.

  cd frontend
  npm install 
  npm start

3.To start the backend server:

  cd backend
  npm install
  nodemon server.js

4.To start flask:

  cd flask-setup
  pip install -r requirements.txt
  python app.py

👨‍💻Team Members

👨‍🏫Mentors

📱Screenshots

Screenshot alt text