Deveimer / vovoca-frontend

This is a Music Player and streaming app for royalty-free music, we call it VOVOCA, one can download royalty free music and no credits required for the same, we provide for free just because your creativity never stops .
https://vovoca-frontend-deploy-ftayn6s1j-varun-singhh.vercel.app/
MIT License
9 stars 34 forks source link

Add a contact us button in the navbar for easy navigation to the form and add the client side email validation to save resources #82

Open jainmudit68 opened 1 year ago

jainmudit68 commented 1 year ago

Issue Description

Add a contact us button in the navbar for easy navigation to the form and add the client side email validation to save resources Currently the form is acception malicious/incomplete emails like abc@a and wasting server resources.

Steps to Reproduce (if applicable)

  1. scroll down to contact us form
  2. enter email as abc@a
  3. submit and see the error by formspree

image

Expected Behavior

it should not let the form submit if there is any error in the email from the client side itself

Current Behavior

it is wasting resources by sending improper emails to the server

Possible Solution (optional)

adding a proper RegEx would solve the issue of email validation adding contact us button is easy using direct html with already used css

Additional Context (optional)

NA

varun-singhh commented 1 year ago

@jainmudit68 assigned