Holidaze is a modern accommodation booking platform that connects property managers with travelers. Built with React, TypeScript, and Tailwind CSS, this application provides a seamless experience for booking and managing venues.
You can view the deployed site at: Holidaze-rentals
Clone the repository
git clone https://github.com/BergitTveit/PE2-Holidaze.git
Install dependencies
npm install
Create .env file based on .env.example
VITE_API_URL=https://api.noroff.dev/api/v2/holidaze
Start the development server
npm run dev
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run lint
- Run ESLintnpm test
- Run testsThis project uses the Noroff API. Documentation can be found at:
The application features a modern, luxurious design with:
The project is deployed on Netlify. View the live site at Holidaze-rentals.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Email: [email protected]
Project Link: https://github.com/BergitTveit/PE2-Holidaze
This project is licensed under the MIT License - see the LICENSE.md file for details