How to make and test your own React drag and drop list with 0 dependencies

This is the source code for the drag and drop sortable list in this article.

Scripts

Start the application:

npm start

Run cypress tests:

npm run cypress:run