This is one of the best projects I've attempted to do so far!
I had a lot of fun building this one. It is also because of the use of SCSS which made things a lot easier. I had attempted to complete it a month ago. But, at that time, it seemed a little too complicated. But, today I managed to complete it and I'm proud of myself! I understood the fact that compiling SCSS with Vite is better when compared to using the Live Sass Compile extension as Vite requires zero configuration.
I followed the mobile-first workflow to build this project as it is recommended by many developers and some Frontend Mentor community members. It did increase the speed of my workflow so I'm glad of following it. I also used Validator to check input for email. It is really a lifesaver as I don't have to write the JS from scratch.
What challenges did you encounter, and how did you overcome them?I did find it a little hard to get those curves correctly positioned. I have almost completely abandoned using pixels in my CSS. But these curves really made me use pixels because with rem I would have to change it many times.
I feel like the buttons have a poor contrast ratio. I tested it using my Firefox developer tools and it did show a warning. As for now, I'm keeping it as it is. But, I will surely change it later.
What specific areas of your project would you like help with?I would like to know if there is a better way to implement the curves. I feel like mine is pretty messed up when resizing the browser window. It always confuses me. If you have a better way, please feel free to share it. It will help me a lot.
Any suggestion is welcome, Thank you