As a User
I want to be able to save my trips permanently in my app
so that they are not deleted after refreshing or closing my app
Description
Acceptance Criteria
[ ] After creating a new trip and refreshing the page or closing and reopening the app, the preview of the new trip is still displayed
on the My Trips page
[ ] The first criteria is also true for the details page of the trip (click button Show Details to check)
Tasks
[ ] Create branch feature/local-storage
[ ] Save new trip data to the local storage within the handleSubmit of the NewTripForm component
[ ] Save edited trip data to the local storage
[ ] Display trip data on My trips page and details pages based on local storage data
Value Proposition
As a User I want to be able to save my trips permanently in my app so that they are not deleted after refreshing or closing my app
Description
Acceptance Criteria
My Trips
pageShow Details
to check) Tasks
feature/local-storage
My trips
page and details pages based on local storage dataUS3: Add new trip US10: Edit trip