This project is a web application built using JavaScript and PHP. It includes functionalities for animated collapsible sections and a forum installer.
- JavaScript
- HTML
- CSS
- PHP
- Joomla Framework
scripts/animatedcollapse.js
: Contains JavaScript code for handling collapsible sections.forum/installer/install.php
: Contains PHP code for installing forum components.
- PHP 7.4 or higher
- Joomla 3.x or higher
-
Clone the repository:
git clone https://github.com/glcata/influencegaming-web-app.git
-
Navigate to the project directory:
cd influencegaming-web-app
-
Set up your Joomla environment and place the project files in the appropriate directories.
To use the web application, open the index.html
file in your web browser. You can then interact with the collapsible sections and install forum components.
or
Open visual studio code and run the index.html
file in live server.
The animatedcollapse.js
script allows you to create collapsible sections on your web pages. To use it, include the script in your HTML and add the appropriate rel
attributes to your links.
The install.php
script is used to install forum components in a Joomla environment. It reads from an XML manifest and installs the necessary components.
This project is licensed under the MIT License. See the LICENSE
file for details.