Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amulyamachhan/dragndropsortablelist
This is a simple website that demonstrates how to implement a drag and drop sortable list using HTML, CSS, and JavaScript.
https://github.com/amulyamachhan/dragndropsortablelist
css drag-and-drop drag-event draggable-elements html javascript mouseevents
Last synced: 6 days ago
JSON representation
This is a simple website that demonstrates how to implement a drag and drop sortable list using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/amulyamachhan/dragndropsortablelist
- Owner: AmulyaMachhan
- Created: 2024-04-16T13:39:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-16T20:01:50.000Z (7 months ago)
- Last Synced: 2024-05-21T06:00:42.201Z (6 months ago)
- Topics: css, drag-and-drop, drag-event, draggable-elements, html, javascript, mouseevents
- Language: HTML
- Homepage: https://amulyamachhan.github.io/dragNDropSortableList/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drag and Drop Sortable List Website
This is a simple website that demonstrates how to implement a drag and drop sortable list using HTML, CSS, and JavaScript.
You can view this site [here](https://amulyamachhan.github.io/dragNDropSortableList/).
## Features
- Drag and drop functionality to reorder items in the list.
- Smooth animations for dragging and dropping items.
- Intuitive user interface for easy interaction.## Technologies Used
- HTML
- CSS
- JavaScript