Skip to content

Technology Stack for Web Application

aisyahhanifiah edited this page Oct 30, 2018 · 1 revision

UQ Zone

Zone: https://matcha.uqcloud.net/

Front-End

We use Semantic UI and some Bootstrap to speed up the prototyping process mainly for the forms structure, javascipt animation and icons. Other than that, we applied our own styling that is responsible for the whole website look to establish its own identity and increase readability/experience.

Back-End

Behind the scene, we use PHP to make the website dynamic by feeding data from the database (MySQL). The code then communicates with the server (Apache) and then tells the browser what to use from the database.

$link = mysqli_connect("localhost", "glitch", "root", "glitch_final");

Clone this wiki locally