This is a user interface (UI) design implemented with Electron.js to browse storages, view files inside storages, and add files to different storage types.
- Browse and manage different types of storage systems.
- View files within the storage systems.
- Add files to different storage systems.
- Utilizes mock data to demonstrate site logic.
- Developed with HTML/CSS and JavaScript.
- Electron.js
- HTML
- CSS
- JavaScript
To get a local copy of this project and run it on your machine, follow these steps:
- Clone this repository
- From the terminal, run "npm install" dependency
- Run the application using "npm start"
git clone https://github.com/your-username/storage-browser.git