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.
- Host: GitHub
- URL: https://github.com/publishername/hotelbooking_react
- Owner: PublisherName
- Created: 2024-01-29T06:54:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T13:33:08.000Z (over 1 year ago)
- Last Synced: 2025-03-31T02:44:19.047Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 848 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.