Filemanager

screenshot of Filemanager
react

React based FileManager for browser ( + FS REST API for Node.js and Express)

Overview:

The Filemanager project is a versatile tool for managing files with a focus on React implementation. It offers various connectors to different file storages, including a client React connector for Server Node API v1 and Google Drive API v2. The project also provides detailed documentation and tools for easy integration into applications.

Features:

  • React Powered: Utilizes the React framework for building user interfaces.
  • File Storage Connectors: Supports connectors to various file storages such as Server Node API v1 and Google Drive API v2.
  • Custom Connectors: Ability to create custom connectors for different file storage systems.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.