Zach Kurfirst
@zachkurfirstAll solutions
- Submitted 5 months ago
Tip Calculator App (React, Tailwind)
- HTML
- CSS
- JS
For some reason, on mobile devices the SPLITTER logo is hidden -- I suspect it's an error in how my tailwind code is handling the container as the screen size changes size (either the styling in the
root
or themain
container in myApp.jsx
). When in development, I didn't catch this error because in the chrome browser when previewing responsive screen sizes (even at iPhone SE) the logo appears as intended. However, once I deployed my code and looked at it on my actual phone it's not in view. I'd really appreciate assistance in understanding what adjustments I could make to resolve this! - Submitted 7 months ago
Advice Generator using Vanilla JavaScript (async/await)
- HTML
- CSS
- JS
- API
I can't think of anything in particular, I would say if anything -- I'd be curious to know if using a
DOMContentLoaded
event listener was indeed the correct way to ensure the API is called on each page load. - Submitted 7 months ago
QR Code Component styled with Tailwind
- HTML
- CSS
Given that it was my first time building from a Figma design, I'd be curious to learn from others at what strategies they've taken to best interpret these designs when writing their CSS and how accurately I styled it (I had trouble being able to determine the exact margins/padding within the container.