An open API service indexing awesome lists of open source software.

https://github.com/chandan-devs-tech/hotelio

🏨 Hotelio – A luxurious hotel booking platform built with React, Vite, and TailwindCSS. 🌐 Effortlessly book and manage hotel stays with a sleek, user-friendly interface and seamless navigation. πŸš€
https://github.com/chandan-devs-tech/hotelio

lucide-react react-router reactjs tailwindcss

Last synced: 2 months ago
JSON representation

🏨 Hotelio – A luxurious hotel booking platform built with React, Vite, and TailwindCSS. 🌐 Effortlessly book and manage hotel stays with a sleek, user-friendly interface and seamless navigation. πŸš€

Awesome Lists containing this project

README

          

# 🏨 Hotelio

Hotelio is a luxurious hotel booking platform built using React, Vite, and TailwindCSS. It provides a user-friendly interface for booking and managing hotel stays with a sleek design and seamless navigation.

## 🌐 Live Project

You can access the live version of the project here: [Hotelio Live](https://hotelio-app.netlify.app/)

## πŸ“‚ GitHub Repository

The source code for the project is hosted on GitHub: [Hotelio GitHub Repository](https://github.com/Chandan-devs-tech/Hotelio.git)

## πŸ› οΈ Tech Stack

- **React** – For building the user interface
- **Vite** – For blazing-fast development and build tool
- **TailwindCSS** – For styling with utility-first CSS framework
- **React Router DOM** – For routing and navigation

## πŸ“¦ Installation & Setup

To run this project locally, follow these steps:

1. **Clone the repository**:

```bash
git clone https://github.com/Chandan-devs-tech/Hotelio.git
cd Hotelio
```

2. **Install dependencies**:

```bash
npm install
```

3. **Run the development server**:

```bash
npm run dev
```

The app will be running at `http://localhost:5173`.

4. **Build for production**:
```bash
npm run build
```

## πŸš€ Features

- 🏨 **Hotel Booking**: Easily browse and book hotel stays
- πŸ”’ **Room Unlock**: Unlock your room with just a tap
- πŸ“… **Calendar**: Check your booking schedule
- πŸ—ΊοΈ **Navigation**: Easy navigation with interactive map features

## πŸ“ Folder Structure

```
Hotelio/
β”œβ”€β”€ public/
β”‚ β”œβ”€β”€ Hotelio-logo.webp
β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ assets/
β”‚ β”œβ”€β”€ components/
β”‚ β”œβ”€β”€ pages/
β”‚ β”œβ”€β”€ App.jsx
β”‚ β”œβ”€β”€ main.jsx
β”œβ”€β”€ index.html
β”œβ”€β”€ package.json
└── tailwind.config.js
```

## 🀝 Contributing

Contributions are welcome! To contribute to this project:

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

## πŸ“„ License

This project is open source and available under the MIT License.

Built with ❀️ by Chandan-devs-tech