Latest solutions
E-commerce product page
#sass/scssSubmitted 7 days agoI would appreciate feedback on the following areas:
-
Accessibility best practices: I’ve added basic
aria-labels
and ensured keyboard navigability, but I’m not entirely confident everything is as accessible as it could be. I'd love advice on how to improve this, especially regarding the lightbox gallery and cart modal. -
JavaScript optimization: Are there parts of my JavaScript that could be simplified or written in a more efficient way, especially regarding event delegation or state management for the cart and lightbox?
-
Responsive design refinements: The layout works on mobile and desktop, but I'm not sure if I’ve used the most scalable or maintainable approach for responsiveness. I’d appreciate insights into how I could make it more robust or efficient using modern CSS techniques.
-
CSS structuring: I'm currently using utility classes and custom properties. Any tips on better organizing my CSS or making it more reusable would be helpful.
-
Frontend Mentor | Multi-step form
#sass/scssSubmitted 11 days ago-
Form Validation Enhancements
I'd like feedback on improving the validation logic. Right now, it's handled on blur and before progressing to the next step, but I’m unsure if the current method is scalable or the most accessible for screen readers. -
Responsive Layout Optimization
The layout changes for smaller screens, but I feel the transition between desktop and mobile could be more fluid. I'd appreciate suggestions on better ways to handle this, especially regarding flex/grid layout restructuring. -
Code Readability and Refactoring
I used a lot offorEach
loops and manual DOM manipulation. I'd love tips on how to refactor this JavaScript to make it more modular, maintainable, or even more performant—perhaps using component-based structures or utility functions. -
Accessibility
I added basic ARIA attributes, but I’m not sure if the form is fully accessible. I'd like detailed feedback on improving keyboard navigation, focus management between steps, and screen reader compatibility. -
Scalable Pricing Logic
The pricing and toggle logic are currently hardcoded and a bit repetitive. I’d appreciate suggestions on how to structure pricing data (e.g., using objects or JSON) to make the logic more dynamic and easier to extend.
-
Frontend Mentor | QR Code Component Challenge – Max Essien
Submitted 16 days agoAreas I'd Like Help With
I'd like feedback on how I can improve the accessibility of my HTML, especially with alt text and semantic structure.
Also, any suggestions for better CSS structure or best practices for organizing media queries would be helpful. I'm open to tips on making my code cleaner and more scalable for future projects.
Latest comments
