#html #css #js #php #master-in-software-development
In this project we create a system file explorer that allows the user to navigate, create directories and upload files in the same way as he would in his usual operating system.
-
Not used $GLOBALS variable.
-
Used GIT.
-
Used the PHP > v8.
-
Clear and ordered directory structure.
-
Code and comments written in English.
-
Used the camelCase code style to define variables and functions.
-
Never used inline styles.
-
Tasks divided into several sub-tasks associated with a specific commit.
-
Tried that the commits and the planned tasks are the same.
Deleted files and comments that are not used or are not necessary.
-
Improve the knowledge of php.
-
Send and receive information through promises (fetch in this case).
-
How to get the information of a file with the variable $_FILES.
-
Improve knowledge of recursive functions.
-
Move files between different directories.
-
Create a script to open different types of files on screen.
-
Create folders.
-
Rename files.
-
Delete files and folders with all their content.
-
How to move deleted files to a trash can.
-
Use clickup and split tasks between the team.
* HTML
* CSS
* JS
* PHP