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. π
- Host: GitHub
- URL: https://github.com/chandan-devs-tech/hotelio
- Owner: Chandan-devs-tech
- Created: 2024-10-20T10:20:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T18:21:11.000Z (over 1 year ago)
- Last Synced: 2025-01-11T07:13:40.028Z (over 1 year ago)
- Topics: lucide-react, react-router, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://hotelio-app.netlify.app/
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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