Latest solutions
- Submitted about 1 month ago
Blog Preview Card
#react- HTML
- CSS
Any comment on the React approach would be appreciated. In this instance, I favored using props over creating a compound component.
I also need help with accessibility best practices.
- Submitted about 1 month ago
React-based QR Code Card Component
#react- HTML
- CSS
I would appreciate some feedback on my use of semantic HTML elements (figure/figcaption) and whether there is a better option in this case.
Any comment on the use of compound components is highly welcome as well.
Latest comments
- @yumjo44Submitted about 1 year agoP@BastienWinantPosted about 1 month ago
Great job reproducing the style and layout from the design. The only missing part here would be the black accent, which you can achieve using box-shadow in CSS.
Creative use of React for this project. For reproducibility purposes, I would avoid using an h1 inside the Card component, as there should be only per page.
0 - @hollowayjenelleSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of being able to replicate the design.
What challenges did you encounter, and how did you overcome them?No challenges
What specific areas of your project would you like help with?N/A
P@BastienWinantPosted about 1 month agoI find the use of React and TS very interesting for this project. The design has been recreated with great detail.
For accessibility purposes, I would be good to add an H1 element (even if hidden). If using React anyway, you might want to pass the qr code image as a prop to make the component reusable.
The above are just suggestions as I did not find any major issues with your solution. Good job!
0