Application URL, click and explore!
Login credentials
Id: test@test.com Password: test1234
- React.js
- Supabase database, storage, email authentication and row level security
- React query
- React-router-dom(dynamic routing with search URL and path, nested routing)
- Context API (darkmode implementation & compound components)
- Rechart
- React-hook-form
- Styled components
Overview
A dashboard app for hotel staff to manage bookings.
The dashboard includes charts providing an overview of booking status, and an interface to quickly process check-ins/check-outs for the current day.
- Supabase email OAuth and image storage.
- Visualization and charts showing check-in status, revenue, and booking rates based on room availability.
- Ability to process check-ins/check-outs for today's bookings from the dashboard.
- Detailed booking page displaying guest information, check-in/check-out dates, room details, breakfast inclusion, etc.
- Cabin dashboard where cabins can be sorted by price or capacity, with options to edit, add, or delete room information.
- Ability to create hotel staff accounts.
- Modifying global hotel system settings, such as minimum/maximum nights, maximum guests, and breakfast prices.
npm install && npm update
npm run build