Design comparison
Solution retrospective
Started from the astro sample project this time. Beginning to have my own "starting point" for new projects using astro and static pages. Began to experiment with reusable components in astro.
What challenges did you encounter, and how did you overcome them?Ran into a bit of trouble with the best way to componentize the links. Originally used an unordered list, but eventually decided to make a "SocialLink" component, and use the typical array.map to output a bunch of them.
What specific areas of your project would you like help with?Would like to hear some opinions on the way I componentized the social profile. The idea is the data could be managed somewhere and updated without any updates needed for the UI
A slightly modified version of the component from the code:
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