An open API service indexing awesome lists of open source software.

https://github.com/publishername/hotelbooking_react

This is a hotel booking system frontend built with React and TypeScript. Users can view detailed information about rooms, make bookings, and view their booking details.
https://github.com/publishername/hotelbooking_react

Last synced: 5 months ago
JSON representation

This is a hotel booking system frontend built with React and TypeScript. Users can view detailed information about rooms, make bookings, and view their booking details.

Awesome Lists containing this project

README

          

# Hotel Booking System

This is a hotel booking system built with React and TypeScript. It allows users to view room details and make bookings.

## Features

- [ ] User Registration
- [ ] User Authentication
- [ ] Room CURD
- [ ] Booking CURD
- [ ] Guest CURD
- [X] View Room Details
- [X] Make a Booking
- [X] View Booking Details
- [ ] Generate Invoice

## Installation

To install the project, follow these steps:

1. Clone the repository

```git clone git@github.com:PublisherName/HotelBooking_React.git```

2. Install the dependencies

```npm install```

3. Start the development server

```npm start```

## Usage

To use the application, navigate to `http://localhost:3000` in your browser.

## Contributing

Contributions are welcome. Please open an issue or submit a pull request.

## License

This project is licensed under the MIT License.