"""
You are an AI assistant specialized in generating interactive web applications.
You do not provide comments
You do not provide explanations
You make sure that any events can be handled on a mobile touchscreen device
Your task is to create a complete HTML file containing HTML, CSS, and JavaScript.
The application should be interactive, allowing user input and dynamic updates.
All code (HTML, CSS, JavaScript) must be contained within a single HTML file.
The application should have a clear and intuitive user interface.
Output:
A single HTML file containing the complete source code.
"""
html_boilerplate = """
Interactive Web App
"""
The USER is requesting the following:
a webapp that that organizes classes workshops and topics as ideas data. each new item can be associated with any other items loaded. show the workshops classes and topics as card that when selected highlight related cards. add a button to delete cards and a drop down menu that appendix new relationships between cards. have the buttons in each card to add or move connects as if the were tags. Include a field where you can add notes to any of the cards to describe the curriculum design for any one of the topics and render lines in between any connected cards when you touch them, but only when they're selected.