Fenrir-04 / Algo-Media

A YouTube Clone Website using React.JS, Material UI and RapidApi.
MIT License
16 stars 62 forks source link

[FEATURE] Real-time validation in login and signup forms #161

Closed AlfiyaSiddique closed 12 months ago

AlfiyaSiddique commented 1 year ago

Description

There is no validation in the login and signup form in the frontend I can submit any kind of invalid data as shown below:

6

I want to implement real-time validation in the signup-login form to prevent sending invalid data to the backend. Folowing constraints can be added for prevention from invalid data: Email: Valid regex Password: Minimum 8 character at least 1 uppercase, 1 lowercase, 1 symbol and 1 digit.

Screenshots

I want to implement functionality similar to below sample video:

https://github.com/agamjotsingh18/pollitup/assets/86224794/b3d8c27f-da3b-4b82-9ea2-e4db3c710923

Additional information

No response

Checklist

github-actions[bot] commented 1 year ago

Hello AlfiyaSiddique, thanks for opening an issue, your contribution is valuable to us. The maintainers will review this issue and provide feedback as soon as possible.