This is a web application for a beach resort, allowing users to explore available rooms, amenities, and nearby attractions. It features a contact page with Google Maps integration and email functionality for inquiries.
- Room Listings : Display available rooms with detailed information such as price, amenities, and availability.
- Amenities Showcase : Highlight resort amenities such as pools, restaurants, spa services, etc.
- Nearby Attractions : Provide information about nearby attractions, beaches, restaurants, and entertainment options.
- Contact Page : Include a contact form for users to inquire about bookings or ask questions.
- Google Maps Integration: Display a map showing the resort's location and nearby attractions.
- Email Functionality : Allow users to send inquiries via email directly from the website.
- Frontend : HTML, CSS, JavaScript
- Framework/Libraries : React (optional), Bootstrap (optional), etc.
- Contact Form : HTML forms for basic setup, or use a library like Formik for more advanced forms.
- Google Maps Integration : Google Maps JavaScript API
- Email Functionality : Emailjs for sending emails from client side.
- Clone this repository.
- Install dependencies using npm install or Yarn Install.
- Start the server using npm start or Yarn start.
- Open your browser and navigate to http://localhost:port (replace port with the port number configured in your environment).