rperry99 / form-validation

This is from the Zero to Mastery 20 Javascript projects course

Home Page:https://rperry99.github.io/form-validation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name

This project is from Zero to Mastery: Jacascript Web Projects: 20 Projects to Build Your Portfolio. This is project 12 / 20.

I want to make it clear that "signing up" does not do ANYTHING on this project. When you fill in the information and click submit, the information you entered is saved to an object then that object is displayed in the console. I am in no way saving any information here that you enter. If you want to test this project, feel free to use dummy information! I am not capturing anything

Live Project

You can view a live version of the project here

You can view the full list of project from this course here.

Thoughts

This was a really simple project. I didn't know thatinput:valid or input:invalid existed. It was a pretty easy way to add some basic form validation though HTML and CSS without needing JavaScript. I think form validation is a really useful thing to learn, and can be applied to so many different projects, whether it is a game website, portfolio contact form, or some kind of store. Form validation can be used in just about any project!

About

This is from the Zero to Mastery 20 Javascript projects course

https://rperry99.github.io/form-validation/


Languages

Language:HTML 46.0%Language:JavaScript 31.1%Language:CSS 22.8%