Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 2 years ago

css grid, table, javascript

Nyaymurti Gaikwad•220
@NyayDG
A solution to the Testimonials grid section challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


While building the project, I found the following aspects challenging:

Handling responsive design: Ensuring that the layout and elements adapt well to different screen sizes and devices required careful planning and testing. It involved using media queries, adjusting grid layouts, and styling elements to create a seamless user experience across devices.

SVG implementation: Working with SVGs, especially when positioning them within the layout and controlling their size, required a good understanding of SVG syntax and CSS properties such as position and z-index. Debugging issues related to SVG rendering and interaction can sometimes be tricky.

Areas of code I may be unsure of:

CSS specificity: Depending on the complexity of the project and the specificity of CSS selectors used, managing and resolving conflicts between styles can sometimes be challenging. Ensuring that styles are applied correctly to specific elements without unintended side effects is an important consideration.

Performance optimization: While the provided code appears to be reasonably optimized, there may be opportunities to further enhance performance, such as optimizing image sizes, minimizing network requests, or implementing lazy loading techniques. It would require analyzing the project's performance metrics and considering best practices to achieve optimal performance.

Regarding best practices, I don't have any specific questions at the moment. However, it's always good to review and adhere to best practices such as:

Using semantic HTML: Structuring the content with appropriate HTML tags to enhance accessibility, search engine optimization, and maintainability.

Following modular CSS: Organizing CSS into reusable and maintainable modules, using methodologies like BEM (Block Element Modifier) or CSS-in-JS.

Optimizing assets: Minimizing file sizes, compressing images, and leveraging caching techniques to improve loading times.

Testing and cross-browser compatibility: Conducting thorough testing across different browsers and devices to ensure consistent behavior and user experience.

Accessibility: Ensuring that the website is accessible to users with disabilities, following WCAG (Web Content Accessibility Guidelines) standards.

Overall, striving for clean, maintainable code, optimal performance, and a great user experience should be the guiding principles.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Nyaymurti Gaikwad's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License