KMO
K Media Organizer
Organize images in your disk in web
Project URL: KMO
Organize images in your disk system right in your web browser. Uses the experimental Filesystem Access API to get full control of a folder in the disk including the folders inside that dir.
The File System Access API (formerly known as Native File System API and prior to that it was called Writeable Files API) enables developers to build powerful web apps that interact with files on the user's local device, such as IDEs, photo and video editors, text editors, and more. After a user grants a web app access, this API allows them to read or save changes directly to files and folders on the user's device. Beyond reading and writing files, the File System Access API provides the ability to open a directory and enumerate its contents. - web.dev
Uses NextJS to create a static page that is fast but support all react features and performance. Organize images in your disk system right in your web browser. Uses the experimental Filesystem Access API to get full control of a folder in the disk including the folders inside that dir.