Haven Website is an elegant, responsive platform where users can explore luxury cabins located in the breathtaking Italian Dolomites and book them for their desired dates and number of guests. Powered by Next.js, Tailwind CSS, Auth.js, and Supabase, the website provides a seamless and secure user experience, focusing on modern UI features and the natural beauty of the location.
Check out the live demo
Haven Website is a modern hotel website designed for users to explore and book luxury cabins nestled in the heart of the Italian Dolomites. Built using Next.js and Tailwind CSS, the website offers an immersive experience, allowing users to browse available cabins, check availability for specific dates, and book their stays with ease. Auth.js is integrated for secure user authentication, while Supabase is used for seamless data management. The website provides a visually engaging and fully responsive interface that emphasizes modern design trends and offers a smooth, intuitive booking process for users.
Clone the repository
git clone https://github.com/prabhsingh20/haven-website.git
Navigate to the project directory
Change into the project directory by running:
cd haven-website
Install dependencies
Run the following command to install all required dependencies:
npm install
Set up Supabase
.env
file with your Supabase credentials.Start the development server
Once the dependencies are installed and the environment is set up, start the application with:
npm run dev
The application will be running at http://localhost:3000
.
For a full list of dependencies, check the package.json
file.
✨ We welcome contributions to improve Haven Website! If you'd like to contribute, follow these steps:
Please make sure to adhere to the project's coding standards and write meaningful commit messages. If you're unsure about anything, feel free to ask!
Testing for this project is encouraged to ensure its stability and functionality. To run tests (if applicable), use:
npm run test
If you'd like to help write or improve tests, feel free to contribute.
This project is open-source and available under the MIT License. You can freely use, modify, and distribute the code. Please see the LICENSE file for more detailed information.