I wanted to learn the react drag-and-drop library, so I made the drag and drop style quiz question that Duolingo uses.
The website uses:
- react-dnd (implements drag and drop)
- tailwindcss (used for styling)
Find the hosted page here : Website
Find the code here: GitHub