Skip to content

DarekRepos/Testimonials-grid-section

Repository files navigation

Frontend Mentor - Testimonials grid section solution

This is a solution to the Testimonials grid section challenge on Frontend Mentor. Frontend Mentor challenges help me improve me coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the site depending on their device's screen size

Screenshot

desktop view

desktop view screenshot

tablet view

tablet view screenshot

mobile view

mobile view screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Astro
  • SCSS

What I learned

"I learned how to set up and deploy a basic site with Astro, create components, work with data fetching for collections of content, and integrate SCSS with the framework. The most tricky part was styling the component.

Continued development

I want to explore more techniques and do more project with Astro.

Useful resources

  • MDN Web Docs - this help me mostly with html and javascript.

  • Sass - it help me with issues like mixin and deploying

  • Lighthouse and Performance Insights Tool in Chrome - i use this tool to check performance and how my website behave on different screens (mobile, desktop, tablet)

  • Can I Use - this is excellent website that help me check if some css like text-rendering support all browsers

  • Astro doc - this is excellent website that help me check any features in Astro

Author