Skip to content

AlbertGomisM/filesystem-explorer

 
 

Repository files navigation

PHP Local FileSystem explorer

In this project you will have to 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.

The file explorer is a tool that allows you to directly view and manipulate the files and directories associated with a path, so you must take into account from which path the user starts and which path they can access.

Index

Requirements

  • You cannot use file third-party libraries
  • You will not be able to use global variables in PHP.
  • You must use GIT
  • You must use the PHP > v8
  • Create a clear and orderly directory structure
  • Both the code and the comments must be written in English
  • Use the camelCase code style to define variables and functions
  • In the case of using HTML, never use inline styles
  • In the case of using different programming languages ​​always define the implementation in separate terms
  • Remember that it is important to divide the tasks into several sub-tasks so that in this way you can associate each particular step of the construction with a specific commit
  • You should try as much as possible that the commits and the planned tasks are the same Delete files that are not used or are not necessary to evaluate the project

Technologies used

* HTML

* CSS

* JS

* PHP

Resources

wireframe

La organización ha sido relativamente sencilla durante todo el desarrollo del proyecto. Hemos hecho pair coding practicamente en todas las fases del mismo, y hemos dividido las tareas a realizar en subtareas más claras y concisas para poder desarrollar de forma más optioma y pudiendo poner atención a todos los detalles.

Tal y como se puede apreciar en la imagen superior, esa es la primera idea que teniamos de como devia ser nuestro proyecto, pero finalmente realizamos algunos cambios tanto en el estilo como en el layout para poder aplicar todas las funcionalidades del proyecto de manera más eficiente y sencilla.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 69.2%
  • JavaScript 30.2%
  • CSS 0.6%