so I have this page that contains a card, inside it, there is a button named add. when I click on the add button a modal appears which requests you to input the name of the new card after that the modal contains a close and save button after clicking on save a new card should be generated beside the older one.
so the older card is the older one that has to be clicked in order to add new cards beside it.
does anyone know how I can manage to do all this?
i know how to create a card and modal but how to autogenerate a new card is what i dont know.