Rate Calendar Application

This is a Rate Calendar Application built using React, Vite, TypeScript, React query, MUI. The application displays a rate calendar for different room categories, allowing users to view room availability, rates, and other details.

Features

  • Display room categories with inventory and rate details.
  • Horizontally scrollable calendar with fixed headers.
  • Conditional styling for room availability status.

Prerequisites

  • Node.js (>=14.0.0)
  • npm (>=6.0.0) or yarn (>=1.0.0)

Getting Started

Clone the Repository

git clone https://github.com/zituhossain/rateCalenderApp cd rateCalenderApp

Install Dependencies

npm install

Running the Application

npm run dev