that it is mostly responsive
Latest solutions
Social links profile
#firebase#tailwind-cssSubmitted 12 days agoImproving Accessibility – Adding ARIA attributes for better usability.
Latest comments
- @vits03Submitted 9 days agoWhat are you most proud of, and what would you do differently next time?
- @vits03Submitted 10 days agoWhat are you most proud of, and what would you do differently next time?
it works ok.kinda responsive too.ok i guess
- @NunoJDMachadoSubmitted 13 days agoWhat are you most proud of, and what would you do differently next time?
I'm proud of learning about tailwind custom color classes like text-[<hexcode>]. But maybe next time I'll create css classes so the code is a bit cleaner.
What challenges did you encounter, and how did you overcome them?1 - Struggled with managing the font colour and weight differences in the "Preperation time" card and the "Instructions" section, but after some experimentation it turned out alright.
2 - Also struggled with the table alignment to get it looking as close to the design as possible. A mixture of width and padding classes on the <td> elements seems to have done the trick.
What specific areas of your project would you like help with?I would like some feedback on points 1 and 2 above. Although I managed something I'm not sure if there is a better approach.
Also some feedback about the semantic tags would be helpful. I seem to be abusing <section> a lot. I thought about <article>, but these aren't really articles? dunno
- P@toledojuan96Submitted 4 months agoWhat are you most proud of, and what would you do differently next time?
Was able to do it fairly quickly
- P@ardaekerSubmitted 3 months ago
- @shawnrebornSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I am most proud of successfully creating a responsive QR code component that looks great on both desktop and mobile devices. The use of media queries to adjust the layout for smaller screens was particularly satisfying. Next time, I would focus more on optimizing the CSS and possibly using a CSS preprocessor like SASS to make the styling more modular and maintainable.
What challenges did you encounter, and how did you overcome them?One of the main challenges was ensuring that the layout was responsive and looked good on different screen sizes. I overcame this by using media queries to adjust the styles for smaller screens. Another challenge was configuring Git correctly to commit and push changes. I resolved this by carefully following the correct commands and ensuring that my Git configuration was set up properly
What specific areas of your project would you like help with?I would like help with improving the overall design and user experience of the QR code component. Specifically, any feedback on how to make the component more visually appealing and user-friendly would be appreciated. Additionally, suggestions on how to optimize the CSS and make it more maintainable would be very helpful.