This is a hotel booking application developed using React with TypeScript. It allows users to browse hotels, view available rooms, book rooms, and manage their bookings.
- Features
- Technologies Used
- Setup Instructions
- User Interface: Clean and intuitive UI design for easy navigation.
- User Authentication: Simulated login functionality using client-side techniques.
- Hotel Browsing: Users can browse through a list of available hotels.
- Room Viewing: View available rooms within selected hotels.
- Booking Functionality: Users can book rooms and manage their bookings.
- Data Handling: Utilizes a static JSON file as the data source for hotels and rooms information.
- React.js
- Next.js
- TypeScript
- Redux for state management
- Tailwind Css for styling
- Clone the repository:
- git bash
- git clone https://github.com/Kongkon45/Hotel-Booking-Application-Client-Side-.git
- Install dependencies:
- git bash
- npm install