/simple-form

A simple form component using vanilla javascript | Challenge posted by Brian Jenney on LinkedIn (Link to post found in Readme below)

Primary LanguageJavaScript

Simple Form

A simple form component built with vanilla JavaScript. Challenged posted by Brian Jenney on LinkedIn (View Post) (View Challenge).

Includes conditional rendering, validation, and form submission feedback.

Manually manipulating attributes in the Developer Console like changing email input type to text or removing required fields will still cause the form to not submit if the necessary information is not present due to validation handled in the JavaScript, instead of just relying on the browser.

Live Link

Live Link