oscfcommunity / OSWeekend-Web

Welcome to the Open Source Weekend (OSW) Web Portal!
MIT License
5 stars 32 forks source link

[Bug] : Validations for sign up and sign in #4

Open AbhiPatel10 opened 1 year ago

AbhiPatel10 commented 1 year ago

Add validation checks for sign up and sign in forms to ensure data integrity.

image

Todo :

Remove Alert and show errors in form it self

devarsh10 commented 1 year ago

Hey @AbhiPatel10, I would like to work on this issue. But I am unable to set up the website locally. Can you please guide me further? Regards.

AbhiPatel10 commented 1 year ago

@devarsh10 assigning to you

Let me know which problem you are facing. Happy to assist you.

devarsh10 commented 1 year ago

Hey @AbhiPatel10, I have done the setup on my local machine. Can we connect, I need some assistance regarding this issue.

AbhiPatel10 commented 1 year ago

Hey @AbhiPatel10, I have done the setup on my local machine. Can we connect, I need some assistance regarding this issue.

Currently hard to connect on meet, just mention over hear in which you need help.

devarsh10 commented 1 year ago

Okay, basically I am unable to find the file where the changes should be made.

AbhiPatel10 commented 1 year ago

Okay, basically I am unable to find the file where the changes should be made.

You can find this file from this route.. Src > Component >User > Login

devarsh10 commented 1 year ago

Hey @AbhiPatel10, I am still working on it and learning how to remove that pop-up. But please assign it to someone more experienced, to avoid blocking. Sorry for the delayed reply.

AbhiPatel10 commented 1 year ago

Okay not a problem.

Let me help you with some hint.

The pop-up is generated by a library called "react-toastify" So search on google how it work and then check how we have implemented it in our project.

Feel free to message me if you need more help.