Interactive Form
In this project, I use JavaScript to enhance an interactive registration form for a fictional Full Stack conference. Using the supplied HTML and CSS files, I added my own JavaScript to make the form more user-friendly by:
- Adding customized and conditional behavior and interactivity
- Validating user input
- Providing helpful error messages when the user enters invalid information into the form fields
The form prevents users from registering for conflicting activities.

