Skip to content

Mhyklfrhn/xplorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xplorer

A customizable, modern and cross-platform file explorer.


Xplorer

What is Xplorer?

Xplorer is a modern file explorer that supports multiple platform built on the top of JavaScript. Xplorer is currently on development progress. Suggest improvement on Xplorer here.

Structure

.
├── LICENSE             // License
├── package.json        // Dependencies list
├── README.md           // Read Me file
├── build               // Sources for compiling app
├── dist                // Compiling app output
├── node_modules        // Dependencies
└── src                 // Source code of the Xplorer
    ├── Components      // Components of Xplorer
    ├── config          // JSON files of user preferences
    ├── Functions       // Function that frequently being called
    │   ├── DOM         // Function that change DOM property
    │   ├── Math        // Math Functions
    │   └── Theme       // Function that change Xplorer theme
    ├── icon            // Icon inside Xplorer
    ├── Languages       // Multilingual resources for Xplorer
    ├── node-disk-info  // Detect user's node disk
    └── public          // Basic HTML and CSS files

Local Setup

  • Download and install node js.
  • Clone this repository
  • Install dependencies by running npm install command.
  • Start development by running npm start command.

LICENSE

Apache

About

Xplorer, a customizable, modern file manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.7%
  • CSS 6.6%
  • HTML 2.9%
  • TypeScript 1.8%