rukaiah-edhah / Ijele

A a travel group app that simplifies group trip planning by allowing users to manage bookings, split bills, and organize schedules collaboratively.
https://ijele-psi.vercel.app/
3 stars 2 forks source link

Implement Hotel APIs in Frontend #28

Closed rukaiah-edhah closed 3 months ago

rukaiah-edhah commented 3 months ago

As a user, I want to see hotel listings, search for hotels, and book a selected hotel on the hotel booking page, so that I can easily find and reserve accommodations for my trip.

rukaiah-edhah commented 3 months ago

We successfully listed the hotels and created individual pages for each hotel using the [id] route in Next.js. Additionally, we were able to fetch the details of a specific hotel. However, we're currently unable to retrieve hotel images due to limitations in the Amadeus self-service API, so we may need to find a workaround.

Screenshot 2024-07-24 at 10 49 56 AM Screenshot 2024-07-24 at 10 50 04 AM
rukaiah-edhah commented 3 months ago

Next, I will be working on the booking

rukaiah-edhah commented 3 months ago

I have completed the booking frontend. You can use this information to test it :)

First Name: Bob Last Name: Smith Phone: +33679278416 Email: bob.smith@email.com Card Type: VI Card Number: 4151289722471370 Expiry Date: 2026-08 Holder Name: Bob Smith

Screenshot 2024-07-28 at 4 00 01 PM