Skip to content

AliChegini/interactive-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FullStack Conference Registration Form

This project enhances an interactive registration form for a fictional conference called "FullStack Conf" using JavaScript. The project uses the supplied HTML and CSS files, and adds customised and conditional behavior and interactivity to make the form more user-friendly.

Features

Validation of user input Helpful error messages when the user enters invalid information into the form fields Usage of jQuery library to complete this project Shorter and simplified syntax Help with cross-browser compatibility

Why jQuery

The project uses jQuery instead of plain "vanilla" JavaScript. Although it's important for a developer to have a solid understanding and familiarity with plain vanilla JavaScript, it's also important to be able to understand and work with jQuery since it is so common and prevalent on the web.

The benefits of using jQuery are:

Shorter and simplified syntax Help with cross-browser compatibility since jQuery deals with a lot of that stuff under the hood A strong familiarity with jQuery will only make you a better developer since it enjoys a strong market share on the web.