James Brown
@jamesbrown173All solutions
js-calculator-app
#tailwind-cssSubmitted 9 months agoIs there any easy way to display error messages besides window.alert?
Responsive card dashboard with dynamic json data
#tailwind-cssSubmitted 9 months agoNot sure, I think on the next project I might start to try and use jquery.
responsive registration with client side validation
Submitted 9 months agoBest practices for client side validation, JS in general. I declared 6 const, I feel like it might be two much or my code is to verbose in places.
responsive card with java
#tailwind-cssSubmitted 9 months agoAs above, and the best way to float a div element?
responsive
Submitted 9 months agoSizing the hero image for different breakpoints. The images expand past the screen on the smaller versions, so I must set it to clip the overflow.
responsive grid
#tailwind-cssSubmitted 9 months agoEasier ways of writing the grid, especially in tailwind. I feel like I'm writing alot of code somtimes, maybe that's okay.
4-card-pizza
Submitted 9 months agoI used flex box instead of grid for the cards.
I couldn't get the items to center when using flex-wrap so the break points I have now aren't that great for desktop.
Responsive card
#tailwind-cssSubmitted 9 months agoSetting a fixed width for the card container, knowing which unit to use. In this case I used REM measurements.