A Dropbox clone in htmx and Express.js.
Clone this repo, install dependencies and start the serverf
git clone https://github.com/rajasegar/htmx-dropbox
cd htmx-dropbox
npm install
npm start
You can view the app in action at http://localhost:3000
There files and folders are not persisted anywhere.
This project is inspired by the Dropbox Clone built with StimulusReflex by Marco Roth