Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 5.86 KB

README.md

File metadata and controls

123 lines (68 loc) · 5.86 KB

previous 100 days of code next

Form Validation


Form Validation

Table of Contents


#100DaysOfCode

Day 14: February 20, 2021


Installation

1. Git clone and cd into the repo folder:

git clone git@github.com:emjose/form-validation.git && cd form-validation

2. Run the command:

open index.html

Live Site

Live Site

• Example of validation check for empty or invalid fields.

Form Validation is a progressive web app.


Live Site

• Example of required fields passing validations.

Form Validation is responsive and keyboard-navigable.


Resources


Let's Connect!

Twitter badge Linkedin badge Medium badge Instagram badge Gmail badge Portfolio badge Github badge

Back to Top