https://github.com/rayeesrather99/majestic-hotel
A basic frontend project for a fictional hotel, showcasing sections like Home, About, Rooms, Contact, and Reviews. Built with HTML, CSS, and JavaScript, it features a responsive design, a styled login page, and a dynamic navigation bar.
https://github.com/rayeesrather99/majestic-hotel
Last synced: 5 months ago
JSON representation
A basic frontend project for a fictional hotel, showcasing sections like Home, About, Rooms, Contact, and Reviews. Built with HTML, CSS, and JavaScript, it features a responsive design, a styled login page, and a dynamic navigation bar.
- Host: GitHub
- URL: https://github.com/rayeesrather99/majestic-hotel
- Owner: rayeesrather99
- License: mit
- Created: 2025-01-05T11:11:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T11:58:42.000Z (over 1 year ago)
- Last Synced: 2025-01-31T06:37:14.260Z (over 1 year ago)
- Language: HTML
- Homepage: https://rayeesrather99.github.io/Majestic-Hotel/
- Size: 27.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hereβs a concise and informative README for your **Majestic Hotel Website** project:
---
# **Majestic Hotel Website**
A simple and elegant frontend design for a fictional hotel, showcasing its key sections like Home, About, Rooms, Contact, and Reviews. Built using HTML, CSS, and JavaScript, this project demonstrates the fundamentals of web development with an emphasis on responsiveness and aesthetics.
---
## **Features**
- π¨ **Home Page:** A welcoming hero section introducing the hotel.
- π **About Section:** Details about the hotel's services and history.
- ποΈ **Rooms Section:** Overview of available rooms with descriptions.
- π **Contact Section:** Contact details for inquiries or reservations.
- β **Reviews Section:** Display of customer feedback.
- π **Login Page:** A styled login form for user validation (HTML template only).
---
## **Technologies Used**
- **HTML5:** Semantic structure of the web pages.
- **CSS3:** Styling for layouts, responsiveness, and visual enhancements.
- **JavaScript:** Added interactivity for the navigation menu.
---
## **Project Structure**
```
Majestic-Hotel-Website/
β
βββ index.html # Main entry point of the website
βββ login.html # Login form page
βββ styles/
β βββ style.css # CSS styles for the website
βββ scripts/
β βββ script.js # JavaScript for interactivity
βββ images/
β βββ login-icon.png # Login icon
β βββ hotel-bg.jpg # Background images
βββ README.md # Documentation for the project
```
---
## **How to Run Locally**
1. Clone the repository:
```bash
git clone https://github.com/your-username/majestic-hotel-website.git
```
2. Navigate to the project directory:
```bash
cd majestic-hotel-website
```
3. Open `index.html` in any modern browser.
---
## **Preview**
### Navbar
- Dynamic navbar with links to sections like Home, About, Rooms, Contact, and Reviews.
- Login icon linked to the `login.html` page.
### Login Page
- Stylish login form with validation placeholders for username and password.
### Responsive Design
- Adjusts gracefully across devices, ensuring a seamless experience.
---
## **Future Enhancements**
- Add a backend for full authentication functionality on the login page.
- Integrate a booking system for room reservations.
- Include animations for transitions between sections.
---
## **Contributions**
Feel free to fork this repository, raise issues, and submit pull requests for improvements.
---
## **Acknowledgments**
- Background images from royalty-free sources.
- Icons and fonts inspired by modern web design trends.
---
Let me know if youβd like to tweak any part of the README! π