Skip to content

Latest commit

 

History

History
58 lines (28 loc) · 2.11 KB

README.md

File metadata and controls

58 lines (28 loc) · 2.11 KB

BOTEL ( BAABA-HOTEL )

This is a concept of a Hotel Booking Web App. The app allows users to view and book available rooms in a hotel.

The hotels and rooms are created by an admin and are posted to an API. The data posted to the API is then fetched and displayed on the user's dashboard.

FEATURES

  • Users can sign into a dashboard to see all rooms and hotels which are available for booking.

  • Admins have access to a separate dashboard where they create hotels and add rooms to hotels to be displayed on the user's dashboard. (Here's the link to the repo of the admin's dashboard: https://github.com/baabashinelle/Botel-Admin)

CONCEPTS LEARNED

  • How to use React Context API for state management

  • How to render components conditionally

  • How to handle API calls with Axios

  • More on CSS Grids

STACK

  • React JS

  • Tailwind CSS

LANDING PAGE INTERFACE

image

image

image

image

image

image

image

image

USERS LOGIN PAGE

image

USERS DASHBOARD

image

image