Skip to content

Nachomontoya/filesystem-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

#html #css #js #php #master-in-software-engineering

PHP Local FileSystem explorer

Version

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 > v7
  • 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

Repository

First of all you must fork this project into your GitHub account.

To create a fork on GitHub is as easy as clicking the “fork” button on the repository page.

Fork on GitHub

Technologies used

* HTML

* CSS

* JS

* PHP

Project delivery

To deliver this project you must follow the steps indicated in the document:

  • Submitting a solution

  • You must include the project documentation in PDF format.

  • You must include a presentation in PDF format explaining:

    • Comparison of the original design (Wireframe) with the final result of the project
    • Comparison of the use case diagram with the actions that the user can finally perform
    • Comparison of the original use case diagram with the final user actions
    • What lessons you’ve learned during this project
    • What problems have you encountered when developing this project?
    • How you have organized and distributed the tasks

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published