Skip to content

sayeed0209/Local-FileSystem-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explore the file system with PHP

This project main objective is 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 pill 🚀

This project main objective is 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. In our team we try to do a minimalist and functional file system based in a simple division in frontend and backend that one (backend) is the responsable to send the file and folder data in JSON format and the other (frontend) is in charge to transform this information in something visual for the user.

Main objectives 📋

  • Understand how the file system works.
  • Improve your knowledge in PHP (special the use of files inside a server)
  • Improve your knowledge in HTML, CSS & Javascript (the presentation and use of data provided by the server)
  • Improve your knowledge in logic and programming.

Folder organization 📂

  • Local-FilseSystem-explorer - The root of the project
    • html - The folder that contains the php of basic elements in html to build index.php
      • index.php
    • php - This folder contains all the php of the page that make orders in the server side.
      • script.php
      • new.php
      • search.php
      • upload.php
    • src - This folder contains the personal _js- and css of the page.
      • style.css
      • script.js
      • README file is represent documentation.
    • README.md

Build with 🛠️

This are the tools of external that I use

  • GIT - For a good control of project version.
  • JQuery - For ajax request to php.

Authors ✒️

  • yulia-belyakova - All the work of design and code - Repository
  • Abu-sayeed - All the work of design and code - Repository

Additional information

Git structure

This project has 2 main branches, develop and master. All changes are pushed into develop and at the end of the day if everything is correct we merge develop to master.# Local-FileSystem-Explorer

Local-FileSystem-Explorer

Local-FileSystem-Explorer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published