Features:
- Achieved high scores on PageSpeed Insights.🎉
- The code was formatted with Prettier.
- Close resemblance to the original design.
I'm really proud of how I handled the form validation, especially for email and password, where I use regex patterns in my HTML. Also, I handled errors for invalid input or pattern mismatch (for email and password) in my JavaScript by displaying an updated error message.
What challenges did you encounter, and how did you overcome them?I faced some issues when it came to code repetition at first but made sure I followed the DRY (Don't Repeat Yourself) principle by making good use of functions
What specific areas of your project would you like help with?I believe I achieved what I set out, so I do not need help for this project.