https://github.com/aleandropresta/hms-frontend
A frontend for a Hotel Management System (HMS) written in Angular
https://github.com/aleandropresta/hms-frontend
angular bootstrap css front-end html
Last synced: 2 months ago
JSON representation
A frontend for a Hotel Management System (HMS) written in Angular
- Host: GitHub
- URL: https://github.com/aleandropresta/hms-frontend
- Owner: AleandroPresta
- Created: 2024-08-28T09:15:49.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T08:33:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T11:29:08.634Z (over 1 year ago)
- Topics: angular, bootstrap, css, front-end, html
- Language: TypeScript
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Main Functionalities
### Visualizing Rooms in a Table
The application displays a list of rooms in a table format. Each row in the table represents a room and includes details such as room number, type, price, rating, availability, and actions.
### Creating New Rooms
Users can create new rooms by filling out a form with the necessary details such as room type, price, and rating. The form is accessible via the "Create" button.
### Modifying Existing Rooms
Users can modify the details of existing rooms. This functionality is accessible via the "Modify" button next to each room in the table.
### Deleting Rooms
Users can delete rooms by clicking the "Delete" button next to each room in the table. A confirmation modal will appear to confirm the deletion.
### Filtering Rooms by Type, Price, and Rating
The application provides filtering options to filter rooms by type, price range, and rating. Users can select the desired filters to narrow down the list of rooms displayed in the table.