Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminnairi/web-api-drag-and-drop-demo
Demo for using the Web API Drag & Drop
https://github.com/aminnairi/web-api-drag-and-drop-demo
api css demo drag drop html javascript web
Last synced: 15 days ago
JSON representation
Demo for using the Web API Drag & Drop
- Host: GitHub
- URL: https://github.com/aminnairi/web-api-drag-and-drop-demo
- Owner: aminnairi
- License: mit
- Created: 2023-06-15T13:06:35.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-06-16T08:19:56.000Z (over 1 year ago)
- Last Synced: 2024-11-15T20:34:42.774Z (3 months ago)
- Topics: api, css, demo, drag, drop, html, javascript, web
- Language: JavaScript
- Homepage: https://aminnairi.github.io/web-api-drag-and-drop-demo
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-api-drag-and-drop-demo
Demo for using the Web API Drag & Drop
## Usage
### Clone the repository
```bash
git clone https://github.com/aminnairi/web-api-drag-and-drop-demo
cd web-api-drag-and-drop-demo
```### Open the demo website
Open the [`index.html`](./index.html) file in your favorite browser, or use the command-line instead. Here is an example using `chromium`.
```bash
chromium index.html
```## Documentation
See [Drag & Drop API](https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API).
## License
See [LICENSE](./LICENSE).