Surf Escape 🌊
Surf Escape is my first web application aimed at the surfing community, offering information about surf services, weather forecasts, popular surf spots, and more.
Table of Contents Description Features Installation Technologies Used How to Use Contributing License
Description : Surf Escape is a platform that provides a centralized experience for surfers and surfing enthusiasts. The application allows users to access information about surf schools, board rentals, wave forecasts, and other relevant services.
Features : Many types of offers, from equipment rental to events at the surf villa.
Installation : Prerequisites Make sure you have the following tools installed on your system:
XAMPP Composer Git Cloning the Project Clone the repository:
bash
git clone https://github.com/Tiagooo90/SurfScape.git Navigate to the project folder:
bash
cd SurfScape Install the necessary dependencies:
bash
composer install Server Setup Make sure XAMPP is correctly set up and running the Apache server. Place the project folder inside the htdocs folder of XAMPP to access it locally.
Technologies Used :
PHP: Used for server-side logic. JavaScript: For dynamic behavior on the client side. HTML/CSS: For the structure and styling of the pages. Bootstrap: CSS framework for building responsive designs.
How to Use:
Access the site locally: Ensure XAMPP is running, then go to http://localhost/SurfScape in your browser. Browse services: Explore features like surf forecasts and surf services through the main menu. Manage Account: Create an account, set your surf preferences, and access personalized services.
Contributing Contributions are welcome! If you'd like to help improve this project, follow these steps:
Fork the repository.
Create a new branch:
bash
git checkout -b feature/feature-name Make your changes and commit them:
bash
git commit -m "Description of the new feature" Push to the branch:
bash
git push origin feature/feature-name Open a Pull Request.
License This project is licensed under the MIT License - see the LICENSE file for details.