Hi @everyone ... I just finished this challenge π₯³π. Kindly, take some time to review it and make any recommendations or suggestions for improvement. Thank you.
Ihongbe-O-Nelson
@Ihongbe-O-NelsonAll comments
- @mbtenkorangSubmitted 9 months ago@Ihongbe-O-NelsonPosted 9 months ago
yo man.... this is a nice job you have done... i kinda used react, vite and tailwind to design as well... somehow the live link from GitHub is not displaying my work. you have any idea why that is and how i can fix it?
0 - @alanjheffernanSubmitted 9 months ago
Would be interested to see if anyone has a better solution when looping through data to create the results component,
{categoryData.map((category, index) => ( <CategoryCard key={index} {...category} /> ))}
And then also in the CategoryCard component is there a better way to deconstruct the object?
The categoryData object is currently deconstructed in the input props. Just wondering if it would be better to keep the object whole here and deconstruct it in the code?
@Ihongbe-O-NelsonPosted 9 months agoHey man, what's good? I have issues with my live link from GitHub. recently uploaded my solution to this same design, but my live link is giving me just some blank page. you have any idea how I can fix this?
This is my first time experiencing this, and I feel comfortable asking you cause we approached the task similarly using react and tailwind css... is there something you think i can do to make the link properly display my work?
0