Latest comments
- P@jgreen721P@CodexLoop
This is showing real promise, keep it up. Try to show the images as well dear. And remember to have fun coding!
- P@danijel374What are you most proud of, and what would you do differently next time?
I’m proud of how quickly I was able to build the project while staying true to the design.
What challenges did you encounter, and how did you overcome them?The design comparision tool is bugged. I talked about it on discord here. Also image used for comparision here is not from the latest figma design(18.6.2025)
What specific areas of your project would you like help with?I don’t need help with anything specific right now, but I’m always open to feedback and suggestions for improvement.
P@CodexLoopGreat job, I like the confidence. Keep it up!
- @micaelngomaWhat are you most proud of, and what would you do differently next time?
I am most proud of implementing the form validation using JavaScript to provide real-time feedback to the user. The error messages and styling changes effectively guide the user towards entering a valid email address. Next time, I would focus more on optimizing the CSS for better performance and maintainability. I'd also explore CSS Grid for the main layout to potentially simplify the responsiveness.
What challenges did you encounter, and how did you overcome them?A challenge was ensuring the layout adapted smoothly to different screen sizes. I overcame this by using a mobile-first approach with media queries to adjust the design for desktop. Flexbox was also crucial for aligning elements, especially in the form.
Another challenge was handling the display of the error message and icon. I used JavaScript to dynamically add and remove classes to show/hide these elements based on the input validity.
What specific areas of your project would you like help with?I would appreciate feedback on best practices for CSS organization, particularly when dealing with responsiveness. Are there more efficient ways to structure the CSS or use tools like preprocessors?
Also, I'm curious about optimizing the JavaScript for form validation. Are there libraries or techniques that could simplify this code or improve its performance?
P@CodexLoopGreat work! Really clean and smooth
- @lucigarpeP@CodexLoop
The Testimonials Grid Section by Luci Garpe is a clean, well-structured web component that effectively showcases user testimonials using a modern, responsive grid layout. The design is minimalist yet visually engaging, with clear typography and a thoughtful color palette that enhances readability. It’s a great example of how to present social proof in a professional and aesthetically pleasing way, making it suitable for portfolios or landing pages. The responsiveness across devices is smooth, demonstrating good front-end development practices.
Marked as helpful - P@dexternilesWhat are you most proud of, and what would you do differently next time?
I'm starting to feel much more comfortable with styling based on viewport width. Overall i think this came out really nice but there are still some little things that I need to work on adjusting.
What challenges did you encounter, and how did you overcome them?Spacing for mobile continues to be an issue. I can't seem to find the right sizing combination to make it look nice. Maybe its the layout im using?
What specific areas of your project would you like help with?Spacing and adaptive sizes. Most of the stuff in here is hard coded which i know is a no no but I don't know how to do it any other way atp. Any and all help is welcomed!
P@CodexLoopYour Four Card Feature Section project is clean, responsive, and visually well-structured, with clear typography, consistent spacing, and effective use of color-coded borders. It adapts smoothly across screen sizes, showcasing a solid grasp of modern frontend design. To polish it further, consider centering the section on wider screens, adding subtle hover effects for interactivity, including a favicon, and ensuring accessibility best practices like contrast checks and alt text for icons. Overall, it’s a strong, portfolio-worthy UI component—just a few tweaks away from being production-ready.
Marked as helpful - @KrisvHeijP@CodexLoop
Kris V. Heij's product preview card component is a clean and visually appealing implementation of a Frontend Mentor challenge. The layout is responsive and adjusts well across different screen sizes, offering a consistent user experience. The design choices, including typography and spacing, enhance readability, and the interactive “Add to Cart” button adds a nice touch of interactivity. While the use of CSS for image switching works well, the implementation could be improved by using the <picture> element or srcset for better performance on various devices. Overall, it’s a solid and well-executed project.