denscholar / Personal-Porfolio

This is a simple responsive portfolio platform that will enable users navigate users to the various projects and diplay option for live project and sourch code.
https://denscholar.github.io/Personal-Porfolio/
5 stars 0 forks source link

Refactor form validation logic #20

Closed denscholar closed 2 years ago

denscholar commented 2 years ago

Implemented the following simple form validation:

  1. If the validation is OK, the form is sent.

  2. If the validation is not OK, an error message is shown to the user near the submit button informing them of the error and the form is not sent.