Skip to content

A React-based platform for finding and booking accommodations. Browse listings, view details, and book your stay hassle-free. Built with Tailwind CSS for responsive design and Firebase for backend services.

Notifications You must be signed in to change notification settings

AthkiaAdiba/my-eleventh-project-client

Repository files navigation

Herittage Hotel & Stay

It is an accommodation website that offers a user-friendly platform to find and book places to stay with detailed listings, images, and prices. It simplifies the search and booking process, making it easy for travelers to find suitable accommodations quickly and efficiently.

Key Features:

  • Detailed descriptions, high-quality images, and competitive pricing ensure users have all the necessary information to make informed decisions.
  • Enables users to quickly find accommodations that match their preferences, such as location, price range, amenities, and more.
  • Ensures a seamless browsing experience across desktops, tablets, and mobile devices, accommodating users wherever they are.

Technologies:

Cloning Process:

  • Clone the repository: git clone https://github.com/AthkiaAdiba/my-eleventh-project-client

  • Navigate to the project directory: cd YourProject

  • Set up Environment Variables:

    1. Create a .env.local file in the root directory of your project.
    2. Add your environment variables in the .env.local file.For example:

    REACT_APP_API_KEY=your_api_key

    REACT_APP_AUTH_DOMAIN=your_auth_domain

    REACT_APP_DATABASE_URL=your_database_url

    REACT_APP_PROJECT_ID=your_project_id

  • Install dependencies: npm install

  • Start the development server: npm run dev