968 B
i now want you to create a checkout page that shows the selected activity, date, and name. Besides the summary, the user has the option to checkout (submit the date reservation) or go back to the previous page to change their selection. The checkout page should display the selected activity, date, and name in a clear format.
when the user hits the checkout button, the page should display a confirmation message that the reservation has been submitted successfully. Laater on, i will add a feature to send an email confirmation notification to myself, create a calendar entry and so on. For now, just display the confirmation message on the page.
also, move the prompts to the appropriate prompt directory and make sure the prompt files are named correctly.
also, create an empty git repository and commit all the open changes by grouping them into logical commits. The commit messages should be clear and descriptive, reflecting the changes made in each commit.