akashrchandran / portfolio

My portfolio website using html, css and jquery.
https://akashrchandran.in
GNU General Public License v3.0
7 stars 6 forks source link

Add Form Validation #1

Closed akashrchandran closed 1 year ago

akashrchandran commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to Hire me.
  2. press submit directly without filling any details.
  3. It just reloads rather then alerting the user.

Expected behavior An alert should be shown to the user that they have left the required inputs blank.

Screenshots image

Desktop (please complete the following information):

Smartphone (please complete the following information):

codegoggins commented 1 year ago

Hey ! @akashrchandran This is my very first time contributing to open source. How exactly should I contribute to this project ? I am new to Open Source , it would be great if you could help. I would like to work on this bug.

akashrchandran commented 1 year ago

Thanks for considering to contribute to this project. Hacktoberfest is for beginners and this repo is pretty beginner friendly.

How exactly should I contribute to this project ?

You can solve the issue mentioned above. It's pretty straight forward. You can Bootstrap form validation

I would like to work on this bug.

Sure you can. But wait till hacktoberfest starts that is on 1st October. After that I will assign you this issue and you can start working on it and raise a pull request after completion.

utkarsh006 commented 1 year ago

@akashrchandran I would like to work upon this issue. Kindly assign it to me.

akashrchandran commented 1 year ago

@utkarsh006 someone has already asked for the issue to be assigned to them. If that person fails to complete the issue in 2-3 days then will assign it to you. You can contribute to some other issue or raise a new issue yourself. Just check the website, if you find any bugs or want to add a feature then open an issue for the same I will assign it to you if it's valid.

akashrchandran commented 1 year ago

@codegoggins any updates?

codegoggins commented 1 year ago

@akashrchandran Still working on that , the alert issue was cleared but I am not able to reset the failed button to submit after I click OK on alert

akashrchandran commented 1 year ago

If you're unable to fix it, then raise a PR till what you have done. I will fix the rest.