Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.63 KB

README.md

File metadata and controls

58 lines (43 loc) · 1.63 KB

Hotel Stříbrava: Interactive Hotel Reservation System

Description:

Hotel Stříbrava offers a modern and convenient way to book accommodations for your next trip. This interactive reservation system, built with React, provides users with a seamless experience from browsing available rooms to confirming their booking. Utilizing real-time data from an API, users can explore room options, customize their preferences, and instantly see the calculated price as they make selections.

Key Features:

  • Room List: Explore a comprehensive list of available rooms, dynamically updated with data from the API created within this repository.
  • Interactive Pricing: Price calculation updates in real-time as users select their preferences, providing transparency and flexibility.
  • Customization: Tailor your reservation to your specific needs by choosing amenities, room types, and additional services.
  • Reservation List: After the user confirms his reservation, the information is posted to an API.

Technologies Used:

  • HTML, CSS, JavaScript, React.js

Getting Started:

To begin using Hotel Stříbrava, follow these steps:

  1. Clone the hotel-stribrava repository from GitHub.
  2. Install necessary dependencies using npm.
  3. Run the API with npx jsonhost. Redirect to /api/rooms.
  4. Run the application locally with npm run dev.

Note

  • Not fully mobile responsive, need to improve the hamburger menu.

  • The GitHub Pages are not working.