This is a hotel management application developed as part of my React.js training project from JSC's Ultimate React Course. It provides features for managing hotel bookings, guests, and rooms efficiently.
- 📌 User Authentication (Supabase-based)
- 🏠 Room & Booking Management
- 👤 Guest Information Handling
- 📊 Real-time Data Fetching (React Query)
- 🎨 Styled Components for UI
- 🔍 Optimized for Performance & UX
- React.js (Frontend)
- Styled Components (UI Styling)
- React Query (State & Data Management)
- Supabase (Backend & Database)
To test the interface, log in with:
- Email:
[email protected]
- Password:
12345678
- Clone the repository:
git clone https://github.com/al-rasels/the-wild-oasis-react-js-app.git
- Navigate to the project directory:
cd the-wild-oasis-react-js-app
- Install dependencies:
npm install
- Start the development server:
npm start
This project is for learning purposes. Feel free to explore and modify!