A beautifully crafted Next.js website designed for the Wild Oasis Hotel. It offers a seamless booking experience with secure authentication, modern UI, and a smooth, intuitive design.
- Seamless Booking System: Users can effortlessly book their stays.
- Secure Authentication: Powered by NextAuth for secure login and session handling.
- Modern UI: Built with TailwindCSS for a clean and responsive design.
-
Date Selection: Intuitive date handling with
react-day-picker
anddate-fns
. - Cloud-Based Data Management: Integrated with Supabase for real-time data handling.
- Frontend: Next.js, React
- Authentication: NextAuth
- Database & Backend: Supabase
- Styling: TailwindCSS
- Date Handling: Date-fns, React-Day-Picker
- Icons: Heroicons
- Linting & Code Quality: ESLint
-
Clone the repository:
git clone https://github.com/callmedeci/the-wild-oasis-website.git cd the-wild-oasis-website
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Build for production:
npm run build npm run start
Pull requests and feature suggestions are welcome. Open an issue to discuss proposed changes.