Latest comments
- @Tonny-Blair-Daniel@habeebalamutu
thanks for the challenge, Front end mentor
- P@KellenkjamesWhat are you most proud of, and what would you do differently next time?
I'm proud of how modular and scalable this solution turned out—especially the use of SCSS tokens, BEM methodology, and a class-based
What challenges did you encounter, and how did you overcome them?view.js
for DOM updates. It feels production-ready. Next time, I’d aim to reduce development time by setting tighter scope boundaries earlier in the process.Fine-tuning the responsive layout and implementing accurate email validation took time. I overcame this by writing custom utility classes, testing breakpoint behavior manually, and balancing strictness with usability in the validation regex. I also used
clamp()
for fluid typography and made sure all interactivity was keyboard-accessible.@habeebalamututhanks to Frontend mentor for the challenge
- @saimasial-bitWhat are you most proud of, and what would you do differently next time?
I am most proud that I successfully completed this challenge using only HTML and CSS. It helped me improve my understanding of structuring a webpage and styling it to match the given design. Next time, I would focus on making my code more efficient by using CSS flexbox/grid more effectively and ensuring better responsiveness for different screen sizes.
What challenges did you encounter, and how did you overcome them?One of the challenges I faced was aligning the elements perfectly according to the design. Initially, some sections were not positioned correctly, but I resolved this by carefully adjusting margins, paddings, and using flexbox. Another challenge was ensuring that the text and images were responsive. I overcame this by using relative units like percentages and rem instead of fixed pixel values.
What specific areas of your project would you like help with?This project helped me strengthen my CSS skills, especially in layout techniques like grid and flexbox. I also learned the importance of attention to detail when recreating a design. Additionally, I realized how crucial it is to test the design on different screen sizes to ensure responsiveness.
@habeebalamutuThanks to Frontend Mentor for the challenge and design assets.
- @Legaz-le@habeebalamutu
Thanks to Frontend Mentor for the challenge and the community for inspiration and feedback.
- @RickyPWebDev@habeebalamutu
Thanks to Frontend Mentor for the challenge and design assets.
- P@Mohammed-Osama-pgWhat are you most proud of, and what would you do differently next time?
This project helped me practice combining layout, styling, and interactivity. I got more comfortable with using JavaScript to handle UI behavior, such as toggling visibility for share options. I also refined my approach to estimating time and managing workflow in small components.
@habeebalamutuThanks to Frontend Mentor for the challenge and design assets.