This is the frontend for Reva, a hotel operations dashboard built with React and Vite. It is designed to support daily property operations through a clear interface for rooms, bookings, guests, billing, and property-level overview pages. The frontend is connected to the Reva backend and focuses on workflow, navigation, and operational clarity.
- Properties dashboard
- Property overview pages
- Rooms page with timeline and card views
- Bookings page with filters and operational actions
- Guests page
- Billing page
- Login and protected routes
- Clean, connected UI across all sections
- React
- Vite
- React Router
npm install
npm run devCreate a .env file with:
VITE_API_URL=http://localhost:5005/api
- This frontend is designed to work with the Reva backend
- Property logic supports both hotel-style and villa-style behavior
- Main workflows are connected across sections rather than isolated into simple CRUD pages
- Luana Aguilo
- Alejandro Perez
This project is licensed under the MIT License.