Inspiration

I got inspired from when my dad was getting confused on how to plan out vacation to Hawaii

What it does

It allows the user to create vacation plans, by adding the place, dates, and activities that they are going to do

How we built it

The Trip Class, has 3 sections, destination, date, and notes (what you are doing in the place). Used a while loop to show the menu and take user input Next I took the input for adding a trip and used Trip object to create an ArrayList as the itinerary View Trip: Printed the itinerary Edit a Trip: Shows the existing trip, and then it asks it what part to edit, and then the user edits the trip Delete a Trip: Displays the trips, and asks it which trip to delete, and removes from the list

Challenges we ran into

I ran into the challenege of trying to format it and also trying to make sure everything is in the correct syntax

Accomplishments that we're proud of

Im proud of creating the edit trip function, to allow the user easy access to change the alr stored itinerary

What we learned

I learned how to simplify a vacation so that it is user friendly

What's next for Vacation Itinerary Planner

The next step would be to make to add a GUI, where it would make it more presentable and more user friendly

Built With

Share this project:

Updates