Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).