{"id":29013267,"url":"https://github.com/charlie-033/hotelux","last_synced_at":"2026-04-11T12:40:29.598Z","repository":{"id":301145801,"uuid":"1008250846","full_name":"Charlie-033/HoteLux","owner":"Charlie-033","description":"Hotelux is a full-stack hotel booking platform featuring a modern UI/UX, secure authentication (Email/Google), real-time booking, and a comprehensive review system. Built with React, Firebase, Express, and MongoDB, it offers features like price filtering, booking management, and protected routes for a seamless user experience.","archived":false,"fork":false,"pushed_at":"2025-06-25T10:55:38.000Z","size":9718,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T11:50:12.272Z","etag":null,"topics":["expressjs","firebase-authentication","mond","react","react-router","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Charlie-033.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-25T08:59:15.000Z","updated_at":"2025-06-25T10:55:41.000Z","dependencies_parsed_at":"2025-06-25T12:01:22.459Z","dependency_job_id":null,"html_url":"https://github.com/Charlie-033/HoteLux","commit_stats":null,"previous_names":["charlie-033/hotelux"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Charlie-033/HoteLux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Charlie-033%2FHoteLux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Charlie-033%2FHoteLux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Charlie-033%2FHoteLux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Charlie-033%2FHoteLux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Charlie-033","download_url":"https://codeload.github.com/Charlie-033/HoteLux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Charlie-033%2FHoteLux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261937078,"owners_count":23232852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","firebase-authentication","mond","react","react-router","tailwindcss"],"created_at":"2025-06-25T19:10:37.475Z","updated_at":"2025-10-16T12:54:20.989Z","avatar_url":"https://github.com/Charlie-033.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hotelux\n\n🌐 Live Website\n\n👉 https://hotel-booking-platform-48b83.web.app/\n\n## 📌 Project Purpose\n\nThis project is built to provide a seamless hotel booking experience with modern UI/UX design, authentication, real-time booking system, and reviews. It showcases a production-grade hotel booking portal where users can interactively explore rooms, filter by price, and share feedback.\n\n🔑 Key Features\n\n## 🏠 Home Page\n\nDynamic Banner with CTA button to Rooms page\n\nMap displaying hotel location via react-leaflet\n\nFeatured Rooms (Top Rated)\n\nCustomer Review Carousel (Sorted by latest)\n\nSpecial Offers Modal Popup on initial load\n\nExtra two sections (e.g., Amenities and Services)\n\n## 🔐 Authentication\n\nEmail \u0026 Password login/register with Firebase Auth\n\nGoogle social login\n\nProtected Routes with Firebase Access Token (JWT)\n\nClient-side secure token storage using localStorage\n\n## 🛏️ Rooms Page\n\nLists all rooms from database\n\nFilter rooms by price range (Server-side filtering)\n\nClickable cards redirecting to Room Details page\n\n## 📄 Room Details Page\n\nComplete room info with image, amenities, pricing, etc.\n\nList of all reviews with timestamp\n\nBooking modal with date picker \u0026 availability check\n\nOnly authenticated users can book/review\n\n## 📋 My Bookings\n\nShows only current user’s bookings\n\nCancel Booking with date logic (1 day prior)\n\nUpdate Booking Date\n\nSubmit Review (Only if booked)\n\n## 📝 Review System\n\nAuthenticated users can leave reviews for booked rooms\n\nReviews include name (read-only), comment, rating (1–5), and timestamp\n\nDisplayed in Room Details and Home carousel\n\n## 🔒 Security\n\nFirebase config secured via .env.local\n\nAll protected routes secured using JWT token verification\n\n## 🎯 Extra Functionalities\n\nSweetAlert/Toast notifications\n\n404 Custom Page with animation and back-to-home button\n\nFramer Motion animations\n\nImplement dynamic title for routes\n\n## ⚙️ Technologies Used\n\nFrontend\n\nReact.js (Vite)\n\nReact Router DOM\n\nTailwind CSS + DaisyUI\n\nFirebase Auth\n\nReact Hot Toast / SweetAlert2\n\nReact Icons\n\nReact Date Picker\n\nReact Helmet Async\n\nReact Leaflet (Map)\n\nReact Slick (Slider)\n\nFramer Motion\n\nDeployment\n\nClient: Vercel \n\n## 📁 Repositories\n\n- **Server:** (https://github.com/Charlie-033/Hotelux-S)\n\n---\n\n## 🚀 Run Locally\n\nTo run this project on your local machine, follow these steps:\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/Charlie-033/HoteLux.git\ncd your-repo-name\n\nnpm install\n\nnpm run dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlie-033%2Fhotelux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlie-033%2Fhotelux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlie-033%2Fhotelux/lists"}