LukasWeckner / journAI

https://journai-travel-planner.vercel.app/
0 stars 0 forks source link

Feature/display new trip data #10

Closed LukasWeckner closed 1 year ago

LukasWeckner commented 1 year ago

I implemented the displaying of the data(new trip) when a new trip is created by submitting the new trip form.

Please check out the code :)

Side note:

  1. Right now the form always displays 3 days for a new trip. This will be changed to a dynamic behavior according to the trip dates in US7
  2. On the overview page of the trips the trips are not in any specific order yet. Sorting them will be handled in US8