Testimonials grid section with Astro

Solution retrospective
I had a lot of fun exploring Astro and found it to be a great tool. I enjoyed the challenge and learned a lot while using it. Next time, I'll try a simpler approach for displaying an icon. Currently, I'm using conditional rendering for the component.
{
item.data.id === 1 && (
)
}
What challenges did you encounter, and how did you overcome them?
There were a few parts that were a bit tricky, like displaying icons and creating components for the first time. CSS Grid layout was much more advanced, but I managed it!
What specific areas of your project would you like help with?If you have any suggestions for improvement or find any mistakes in my code, please let me know. I'd be very grateful for the feedback!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Darek'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