Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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