Skip to content

Latest commit

 

History

History
97 lines (71 loc) · 2.89 KB

README.md

File metadata and controls

97 lines (71 loc) · 2.89 KB

Jack Suites Hotel Website

Welcome to the Jack Suites Hotel Website repository. This project showcases the luxurious Jack Suites Hotel through a modern, responsive website, allowing guests to explore our offerings and book their dream stay seamlessly.

Table of Contents

  1. Project Overview
  2. Features
  3. Tech Stack
  4. Setup and Installation
  5. Folder Structure
  6. Pages
  7. Contributing
  8. License

Project Overview

Jack Suites Hotel Website is a fully responsive web application designed to highlight the elegance and comfort of Jack Suites Hotel. It offers a user-friendly interface for exploring room options, services, and amenities while ensuring seamless navigation.

Features

  • Dynamic Navigation: Fully functional navigation bar for desktop and mobile views.
  • Responsive Design: Optimized for all screen sizes using Tailwind CSS.
  • Room Showcase: Detailed information about our Penthouse and Standard Suites.
  • Service Details: Overview of amenities and additional services.
  • Contact Page: Easy-to-use form for inquiries.

Tech Stack

  • Frontend:
    • React
    • Tailwind CSS

Setup and Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/jack-suites.git
  2. Navigate to the project directory:

    cd jack-suites
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and navigate to http://localhost:3000.

Folder Structure

jack-suites/
│
├── public/           # Static assets
├── src/
│   ├── assets/       # Images and icons
│   ├── components/   # Reusable components (Navbar, Footer, etc.)
│   ├── pages/        # Individual pages (Index, About, Contact, etc.)
│   ├── App.js        # Main application component
│   ├── index.js      # Entry point
│   └── App.css       # Global styles
└── README.md         # Project documentation

Pages

  • Home: Overview of the hotel with a welcoming banner and key highlights.
  • About: Detailed information about Jack Suites
  • Rooms: Showcase of available suites, including Penthouse and Standard options.
  • Services: Overview of the services and amenities offered.
  • Contact: A simple form for inquiries and feedback.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature-name).
  3. Commit your changes (git commit -m 'Add feature').
  4. Push to the branch (git push origin feature-name).
  5. Open a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.