I'm proud of doing the email verification using vanila js. Next time i will use third party like validatorjs.
What challenges did you encounter, and how did you overcome them?Some of the challenges i encountered was when dismiss success page, the email was still on input field because i just changed the display property of pages. I decided the button should reload the page not change the display property
What specific areas of your project would you like help with?I would like help in following areas
-
Working on mobile version, the top image was clipped i don't why mostly it occurs when i set align-items to center but even when i removed it nothing changed.
-
On switching the pages when success validation, i wanted to use classList but i found it didn't work efficiently so i decided to write the style directly.
-
Setting the height of container(the whole content) and body given the desktop and mobile design have different sizes. Mostly i set the body and container height on desktop and mobile separately using @media but i don't think it is good practice