Lucas-Erkana / LucasErkana

My professional portfolio showcases my skills and experience using React JS, HTML, and CSS. It includes projects I have worked on, my education, and relevant work experience. It provides a dynamic and engaging user experience for potential employers and clients.
https://lucaserkana.vercel.app/
MIT License
23 stars 1 forks source link

Validate contact form #19

Closed Lucas-Erkana closed 1 year ago

Lucas-Erkana commented 1 year ago

✅ Pass all linters ✅Implement a simple validation to the email field so that the email is in lowercase. ✅Add javascript which will check if the email is in lowercase. ✅-If the validation is OK, the form is sent ✅-Add an error message near the submit button informing the user of the error and the form is not sent ✅-Highlight the email input when an email is incorrect