{"id":20649444,"url":"https://github.com/vishal-piprotar/vinderlust","last_synced_at":"2026-04-09T06:46:32.169Z","repository":{"id":245847808,"uuid":"819201503","full_name":"Vishal-Piprotar/Vinderlust","owner":"Vishal-Piprotar","description":"Hotel Booking App","archived":false,"fork":false,"pushed_at":"2024-07-14T08:06:39.000Z","size":16731,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T10:12:25.745Z","etag":null,"topics":["express-js","firebase","json","mongodb","node","nodejs","razorpay","reactjs","tailwind-css","vite"],"latest_commit_sha":null,"homepage":"https://vinderlust.vercel.app/","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/Vishal-Piprotar.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}},"created_at":"2024-06-24T03:26:47.000Z","updated_at":"2024-07-14T08:07:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9357833-b4bc-4e53-a91f-4828ce85f321","html_url":"https://github.com/Vishal-Piprotar/Vinderlust","commit_stats":null,"previous_names":["vishal-piprotar/vinderlust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishal-Piprotar%2FVinderlust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishal-Piprotar%2FVinderlust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishal-Piprotar%2FVinderlust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishal-Piprotar%2FVinderlust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vishal-Piprotar","download_url":"https://codeload.github.com/Vishal-Piprotar/Vinderlust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242737020,"owners_count":20177092,"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":["express-js","firebase","json","mongodb","node","nodejs","razorpay","reactjs","tailwind-css","vite"],"created_at":"2024-11-16T17:14:21.030Z","updated_at":"2025-12-30T19:34:14.890Z","avatar_url":"https://github.com/Vishal-Piprotar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vinderlust - Stay Comfort Hotels\n\nWelcome to Vinderlust, your gateway to luxury and comfort. Our hotels provide the perfect blend of elegance, convenience, and exceptional service to ensure a memorable stay.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Getting Started](#getting-started)\n- [Project Structure](#project-structure)\n- [Environment Variables](#environment-variables)\n- [Running the Application](#running-the-application)\n- [Deployment](#deployment)\n- [Contact](#contact)\n\n## Features\n\n- **Luxury Accommodations**: Experience top-notch rooms and suites designed for comfort and style.\n- **Dining Options**: Enjoy a variety of dining experiences from our in-house restaurants.\n- **Amenities**: Access to a range of amenities including a spa, gym, swimming pool, and more.\n- **Booking System**: Easy online booking and reservation management with real-time updates.\n- **Razorpay Integration**: Secure and seamless payment processing with Razorpay for hassle-free transactions.\n\n## Technologies Used\n\n- **Frontend**:\n  - **React**: A JavaScript library for building user interfaces.\n  - **Vite**: A build tool that provides a faster and leaner development experience for modern web projects.\n  - **Tailwind CSS**: A utility-first CSS framework for rapidly building custom designs.\n  - **React Icons**: A collection of popular icons for React applications.\n- **Backend**:\n  - **Node.js**: JavaScript runtime built on Chrome's V8 JavaScript engine.\n  - **Express**: A minimal and flexible Node.js web application framework.\n- **Database**:\n  - **Firebase Firestore**: A flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform.\n- **Payment Gateway**:\n  - **Razorpay**: Payment gateway to accept, process, and disburse payments.\n- **Hosting**:\n  - **Vercel**: A platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.\n\n## Getting Started\n\nTo get a local copy up and running, follow these simple steps:\n\n### Prerequisites\n\n- Node.js and npm installed\n- Firebase project and Firestore database set up\n- Razorpay account\n\n### Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/Vishal-Piprotar/vinderlust-hotel.git\n    ```\n2. Install NPM packages:\n    ```bash\n    cd vinderlust-hotel\n    npm install\n    ```\n3. Create a `.env` file in the root directory and add your Firebase and Razorpay configuration.\n\n## Environment Variables\n\nCreate a `.env` file in the root directory and add the following environment variables:\n\n```bash\nVITE_FIREBASE_API_KEY=your_firebase_api_key\nVITE_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\nVITE_FIREBASE_PROJECT_ID=your_firebase_project_id\nVITE_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket\nVITE_FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id\nVITE_FIREBASE_APP_ID=your_firebase_app_id\nVITE_RAZORPAY_KEY_ID=your_razorpay_key_id\nVITE_RAZORPAY_KEY_SECRET=your_razorpay_key_secret\n\n```\n\n### Running the Application\n\n1. Start the development server:\n    ```bash\n    npm run dev\n    ```\n2. Open your browser and navigate to `http://localhost:3000`\n\n## Project Structure\n\n```bash\nvinderlust-hotel/\n├── public/\n│ ├── index.html\n├── src/\n│ ├── assets/\n│ ├── components/\n│ ├── pages/\n│ ├── styles/\n│ ├── App.jsx\n│ ├── main.jsx\n│ ├── router.js\n├── .env\n├── package.json\n├── tailwind.config.js\n├── vite.config.js\n\n```\n\n\n- **public/**: Contains static files.\n- **src/**: Contains the main codebase.\n  - **assets/**: Assets like images, fonts, etc.\n  - **components/**: Reusable React components.\n  - **pages/**: Different pages of the application.\n  - **styles/**: Global and component-specific styles.\n  - **App.jsx**: Main application component.\n  - **main.jsx**: Entry point for the React application.\n  - **router.js**: Application routing setup.\n\n## Deployment\n\nThe application is hosted on Vercel. Follow these steps to deploy your own version:\n\n1. Push your code to a GitHub repository.\n2. Sign up for a Vercel account and connect your GitHub repository.\n3. Configure your environment variables on Vercel.\n4. Deploy the project.\n\n## Contact\n\nFor any inquiries, please contact us at:\n- Email: piprotarvishal20@gmail.com\n- Phone: +91 6352497433\n\nVisit our website: [Vinderlust - Stay Comfort Hotels](https://hotel-puce-beta.vercel.app/)\n give me proper","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishal-piprotar%2Fvinderlust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishal-piprotar%2Fvinderlust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishal-piprotar%2Fvinderlust/lists"}