Tip Calculator with Svelte, TypeScript and SCSS

Solution retrospective
This was my very first Svelte project. I'd love any and all feedback on the Svelte specific code, as well as anything else!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kabir-afk
Hey !! , great job btw , but upon reviewing your sass I realized that you were using pixels quite a lot , which fixes the dimension your of DOM elements making them unresponsive when changing your viewport , it would have been better if you used relative units more , then you wouldn't have had to specify multiple media queries as well . . . I guess you all were trying to achieve was a design accurate webpage , which is ok. As frontend devs we have a knack for pixel perfect webpages , but that's not possible all the time , I recommend you read this article here, I discovered it quite recently as well😅 . . . It will give you a step by step guide on how you can generate a ditto screenshot for your frontend challenges . . enjoy and keep on grinding !!! 💪💪
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord