hiyaryan / the-cdj

The Cognitive Distortion Journal (CDJ) is a smart journaling tool that helps remedy distorted thinking. It can feel impossible to follow the CBT technique of labeling distorted thinking and finding alternative modes of thought (i.e. reframing) while cognitive distortions are occurring. The CDJ does that work for you. -- The CDJ is in beta testing!!
https://thecdj.app
3 stars 0 forks source link

Add real-time validation to forms. #45

Open hiyaryan opened 8 months ago

hiyaryan commented 8 months ago

When a user registers, they have to press submit in order to see if the password or email they entered is valid. There are similar instances where this occurs elsewhere such as in account settings and on the entries page.

This is an inconvenience that can be remedied with real-time validation that checks while the user types if their entry is valid. Check for existing Material UI solutions.