Introduction to HTML forms
To get started, fork, and clone this repository.
Install the dependencies using: npm install
or yarn
Start up the server using npm start
- Create a form with these fields:
- First Name (Required)
- Last Name (Required)
- Email Address (Required) (Valid Email)
- Age (Required) (Range: 0 - 120)
- Password (Required) (6 characters min)
- Bio (multiple lines)
- Location (Drop down for state)
- Gender
- Make sure the form has the appropriate input types
- Create a submit and reset button