A web page that gives an error feedback to users immediately when an error is detected in the input field(i.e when the input field is not filled properly).
It all started the day I learnt React JS custom hooks, was thinking on how to practice what I learnt, then the idea of creating a form came to my mind.
This goal is to master custom hooks. Used form validation for user experience purpose also.
I learnt the proper use of React JS hooks and React JS custom hooks.
Got to learn the user experience in creating a form by validating the input field using RegEx(Regular Expression).