https://github.com/mariianikitash/scrumpton
Hotel Reservation System, a final project for CPSC 362, Foundations of Software Engineering class @CSUF
https://github.com/mariianikitash/scrumpton
flask html-css-javascript python3
Last synced: 3 months ago
JSON representation
Hotel Reservation System, a final project for CPSC 362, Foundations of Software Engineering class @CSUF
- Host: GitHub
- URL: https://github.com/mariianikitash/scrumpton
- Owner: MariiaNikitash
- Created: 2024-07-22T18:22:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T21:21:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T00:02:05.337Z (over 1 year ago)
- Topics: flask, html-css-javascript, python3
- Language: HTML
- Homepage:
- Size: 41.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SCRUMPTON Hotel Reservation System
A final group project for CPSC 362, Software Engineering Foundations class @CSUF, Summer 24.
The SCRUMPTON Hotel Reservation System, developed in uder 3 weeks for the summer session course. It is a web-based platform designed to streamline the reservation process for guests and provide management tools for hotel staff. It allows users to view and book rooms, while giving managers the ability to oversee and modify reservations.
## Software Description
Front-End:
Reservation System consists of multiple web pages. Different web pages allows Scrumpton Hotel guests to view hotel amenities, sign-up, log-in, view and create reservations. Scrumpton Hotel managers are able to use the same log-in page to gain access to an overview of all guest reservations and the ability to cancel a guest’s reservation. A combination of HTML, CSS and JavaScript is used to create an easy to use UI.
Back-End:
We used Python for the back end of our Reservation System web pages. We have a class that stores and edits our Hotel Room data, a class that stores and edits Guest data and a class that helps calculate the cost of a guest’s reservation.
Demo:

P.S. The name of the hotel was inspired by the term 'Scrum', an agile project management framework that helps teams structure and manage their work through a set of values, principles, and practices.