James Brown
@jamesbrown173All solutions
- Submitted 4 months ago
js-calculator-app
- HTML
- CSS
- JS
Is there any easy way to display error messages besides window.alert?
- Submitted 4 months ago
js-calculator-front-end
- HTML
- CSS
- JS
How to work better with handling errors in forms.
- Submitted 4 months ago
Responsive card dashboard with dynamic json data
- HTML
- CSS
- JS
Not sure, I think on the next project I might start to try and use jquery.
- Submitted 4 months ago
responsive registration with client side validation
- HTML
- CSS
- JS
Best 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.
- Submitted 4 months ago
responsive card with java
- HTML
- CSS
- JS
As above, and the best way to float a div element?
- Submitted 4 months ago
responsive
- HTML
- CSS
Sizing 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.
- Submitted 4 months ago
responsive grid
- HTML
- CSS
Easier ways of writing the grid, especially in tailwind. I feel like I'm writing alot of code somtimes, maybe that's okay.
- Submitted 4 months ago
4-card-pizza
- HTML
- CSS
I 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.
- Submitted 4 months ago
Responsive card
- HTML
- CSS
Setting a fixed width for the card container, knowing which unit to use. In this case I used REM measurements.