Influence Gaming Web App & Forum

Overview

This project is a web application built using JavaScript and PHP. It includes functionalities for animated collapsible sections and a forum installer.

Technologies Used

  • JavaScript
  • HTML
  • CSS
  • PHP
  • Joomla Framework

File Structure

  • scripts/animatedcollapse.js: Contains JavaScript code for handling collapsible sections.
  • forum/installer/install.php: Contains PHP code for installing forum components.

Installation

Prerequisites

  • PHP 7.4 or higher
  • Joomla 3.x or higher

Steps

  1. Clone the repository:

    git clone https://github.com/glcata/influencegaming-web-app.git
  2. Navigate to the project directory:

    cd influencegaming-web-app
  3. Set up your Joomla environment and place the project files in the appropriate directories.

Usage

WEB Application

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.

Animated Collapse

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.

Forum Installer

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.