Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 308 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 308 Bytes

React drag-and-drop quizz

You can add multiple quizes. For each one you want to add, you have to input (or edit):

  • A title, a description and define the columns in the file initData.tsx

  • The draggable items in the file columnContent.tsx

(Successful npm install using node v16.15.0 and flag --force)