joramot / capstone_portfolio

This is my first project where I use the technologies, HTML, CSS and Javascript, it is the portfolio of the apps and projects that I have created during my training in the Microverse program and where I will add the new projects that I will develop and the new technologies that I will learn .
MIT License
4 stars 0 forks source link

FEAT: Implement validation form with Javascript #11

Closed joramot closed 1 year ago

joramot commented 1 year ago

Implemented a simple validation:

Requirement:

Implement:

  1. A small tag is added in index.html in the form section to display a message to the user when the email does not meet the condition of being in lowercase.
  2. A javascript file is created to implement the validation of the email field of the form.