Tauri based file browser made with no dependencies.
Go to file
Ian Wijma e501969807 Add sort and query functions to file list
Added sort functionality and query methods to the file list, enabling users to sort file entries by name, size or modification date. The sorting can be in ascending or descending order. Also, updated element.js for element retrieval and added 'getElementsOrThrow' and 'getElements' methods.
2024-01-06 19:30:09 +11:00
.vscode Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
assets Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
src Add sort and query functions to file list 2024-01-06 19:30:09 +11:00
src-tauri Add sort and query functions to file list 2024-01-06 19:30:09 +11:00
.gitignore Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
README.md Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
package-lock.json Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00
package.json Add build scripts to package.json 2023-11-28 00:18:56 +11:00
tailwind.config.js Add initial project setup for a File Browser system 2023-11-27 16:08:17 +11:00

README.md

Tauri + Vanilla

This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.