Coral Resort is a modern Resort Management System that facilitates the efficient management of bookings and lodgings. It is built using React, TypeScript, React Router, React Query, React Hook Form, and Styled Components, and it interacts with a RESTful API to handle data retrieval and manipulation.
First, run the development server:
# Install dependencies
npm install
# Start the application
npm run dev
You can find a live demo at Live Demo
Github Repo coral-resort-api
- Bookings: Manage guest bookings, check-ins, and check-outs. Keep track of reservation details and room availability.
- Lodgings: Efficiently manage different types of lodgings available in the resort, such as rooms, or bungalow.
- User Login: Users can create an account and log in to access personalized features and data.
- Dark Mode: The application offers a dark mode option for improved user experience in low-light environments.
- React + TypeScript + Vite
- React Router
- React Query
- React Hook Form
- Styled Components
This project is licensed under the MIT License.