Table of Contents
A web application for hotel management system, Allowing employees to manage everything about hotel bookings, cabins, and guests.
- User Authentication and Signup
- User Profile Management
- Booking Management: ( Check-in / Check-out / Delete / Filter )
- Cabin Management: ( Create / Update / Delete / Duplicate / Filter )
- Edit hotel settings ( price, min/max nights, min/max guests )
- Dark mode
- React
- Supabase
- Vite
- React Query
- styled-components
- Vercel
Password | |
---|---|
[email protected] | 12345678 |
- Email validation: As per RFC2822 standards.
- Email authentication: Through email provider.
- Password validation: The password must be more than 8 characters.
This project require some perquisites and dependencies to be installed, you can find the instructions below
This project require some perquisites and dependencies to be installed, you can view it online using this demo. or you can find the instructions below:
To get a local copy, follow these simple steps :
-
Clone the repo
git clone https://github.com/abdrahmansoltan/The-wild-oasis.git
-
go to project folder
cd the-wild-oasis
-
install dependencies
npm install
-
Run vite development server
npm run dev
- FrontEnd Development Server runs on port
5173
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request