Thomas Weitzel
@thomasweitzelAll solutions
Article Preview Component with React, Tailwind CSS, and Rsbuild
#tailwind-css#reactSubmitted 4 months agoStyling the "Speech Bubble" Component: While functional, the implementation feels overly complex. I’d appreciate advice on making it more intuitive and scalable using modern CSS techniques.
Responsive Design Patterns in React: I’d like to explore more efficient or idiomatic ways to handle responsive layouts and media queries in React, maybe without relying on
window.matchMedia
.Accessibility Enhancements: I’ve added ARIA labels and semantic elements, but I’d welcome a review to identify any overlooked accessibility issues or opportunities for improvement, especially for screen reader users.
Testimonials Grid Section with React, Tailwind CSS, and Rsbuild
#tailwind-css#reactSubmitted 4 months agoSince I'm relatively new to CSS, I have not much experience with CSS projects. But I learn a lot by doing these Frontend Mentor challenges. In addition, I decided to read and practice some ideas from the book "Every Layout". I think my CSS will benefit from it.
Four Card Feature Section with React, Tailwind CSS, and Rsbuild
#tailwind-css#reactSubmitted 4 months agoLike I said above: I know there must be a solution for partitioning the cards for the grid layout columns with HTML and CSS only, but I have not found one yet. I will look at other solutions later to see how it could be done.
Product Preview Card with React, Tailwind CSS, and Rsbuild
#tailwind-css#reactSubmitted 4 months agoI need more fundamental information on "Responsive Design". That's why I started Kevin Powell's 21-day course "Conquering Responsive Layouts".
Recipe Page with React, Tailwind CSS, and Rsbuild
#tailwind-css#reactSubmitted 4 months agoEspecially the problem with the image on top of the recipe page was a challenge for me. I don't know if my solution is good. I'd like to hear about a better one.
Social Links Profile with React, Tailwind CSS, and Rsbuild
#tailwind-css#reactSubmitted 4 months agoBefore I continue with the challenges, I will first complete some learning for React applications in general.
QR Code Card Created with React, Tailwind CSS, and Rsbuild
#tailwind-css#reactSubmitted 4 months agoAs I'm not sure if my project template works for most future challenges, I'm of course willing to adjust it. But: is there anything like best practices that can be applied?