#html #css #js #php #master-in-software-engineering
In this project we have created a system file explorer that allows the user to navigate, create directories and upload files in the same way as we would in his usual operating system.
First, we started using managament tools like trello to organize and schedule all the project.
The HTML and CSS was done using a template, so we can focus all the work on develop all the php and javascript logic.
The most important lessons that we have learnt with this project are separate clearly the frontend and backend logic. The "comunication" between frontend and backend was using JSON.
On javascript we used fetch promises to catch json data of the php files.
On the other hand, on PHP we used the command file_get_contents('php://input') to take raw data from the request, and json_decode() function to convert these data into a PHP object. Using jsondecode(...., true) with the true parameter give us an array.
- HTML
- CSS
- JS
- PHP
- Bootstrap (https://getbootstrap.com/)
- Roger Olive Delgado - (https://github.com/RogerOliveDelgado)
- Jose Cuevas - (https://github.com/jose-cuevas)
- To my teammate, my classmates and all the staff of Assembler Institute of Technology



