Holidaze is an accomodation booking site developed in TypeScript with Next.js and Tailwind CSS, representing my final project exam at Noroff
- Server Actions: Utilizes Next.js API routes for server-side actions to handle form submissions and data mutations securely. These server-side capabilities allow for efficient handling of complex operations and interactions.
- TypeScript Integration: TypeScript provides robust type safety and improved code maintainability, reducing the likelihood of runtime errors and enhancing developer productivity.
- User Authentication: Users can register, login, and manage their profiles. They can book venues, while venue managers can create and edit their own venues.
- Responsive Design: The website offers a seamless and user-friendly experience across all devices, ensuring optimal usability and accessibility on smartphones, tablets, and desktops.
-
Clone repository:
git clone https://github.com/devholdt/holidaze.git cd holidaze -
Install the dependencies:
npm install- Start the development server:
npm run devThe application should now be running on http://localhost:3000.
This project is licensed under the MIT License.

