https://github.com/lildibbb/responsive-hotel-website
Project CSC264
https://github.com/lildibbb/responsive-hotel-website
Last synced: 4 months ago
JSON representation
Project CSC264
- Host: GitHub
- URL: https://github.com/lildibbb/responsive-hotel-website
- Owner: lildibbb
- Created: 2022-04-17T09:21:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T11:56:45.000Z (over 1 year ago)
- Last Synced: 2025-03-27T17:49:55.713Z (about 1 year ago)
- Language: HTML
- Size: 104 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# đ¨ Responsive Hotel Website
## đ Overview
This project is a **Responsive Hotel Website** built using **plain HTML, CSS, and JavaScript**. It provides a sleek and user-friendly interface for hotel reservations, showcasing hotel details, booking options, and contact information.
## đ ī¸ Tech Stack
- **HTML** - Structuring the web pages
- **CSS** - Styling and making the website responsive
- **JavaScript** - Adding interactivity
## đ Features
- đą Fully responsive design
- đ¨ Hotel details page
- đ
Booking form
- đŠ Contact page
- đ¨ Clean and modern UI
## ⥠Installation
To run this project locally, follow these steps:
1. **đ Clone the repository:**
```sh
git clone https://github.com/your-username/responsive-hotel-website.git
cd responsive-hotel-website
```
2. **đ Open in browser:**
- Simply open `index.html` in your preferred web browser.
## đ Project Structure
```
responsive-hotel-website/
âââ images/ # đŧī¸ Hotel images and assets
âââ index.html # đ Home page
âââ about.html # đ About page
âââ contact.html # đŠ Contact form
âââ register.html # đ Booking form
âââ me.html # âšī¸ User details page
âââ exercise.html # đ¯ Additional exercise page
âââ main.css # đ¨ Stylesheet
âââ script.js # ⨠Interactive JavaScript
```
## đ Usage
- Open `index.html` in a browser to view the homepage.
- Navigate through different sections using the links.
- Use the contact form to send inquiries.
- Try booking a room via the registration form.
## đ¤ Contribution
Want to contribute?
1. đ´ Fork the repository
2. đą Create a new branch (`git checkout -b feature-name`)
3. âī¸ Make your changes and commit (`git commit -m 'Add new feature'`)
4. đ¤ Push to your branch (`git push origin feature-name`)
5. đ Open a Pull Request
## đ License
This project is for **educational purposes only**.
---
đ Developed for **CSC264 Project**.