Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1 KB

README.md

File metadata and controls

18 lines (14 loc) · 1 KB

Form-Validation

Form that takes in user input, asks questions, and outputs a result based on the responses.

Screens

Screen Shot 2023-01-23 at 10 02 20 PM

Screen Shot 2023-01-23 at 10 02 42 PM

Motivation

This is a project submission to a final assignment for Client-Side Scripting. It mainly focuses on using javascript for functionality.

Functionality

  • Takes in user input (ie. first name, last name, etc) and validates it.
  • Contains quiz questions along with responses to select from.
  • Will not reveal quiz results to the user until all of the input has been confirmed.
  • Outputs a badge result based on quiz responses, along with previous inputted information.

Languages Used

HTML, CSS, and Javascript were used to create this quiz.