P
Alan Heffernan
@alanjheffernanAll solutions
- Submitted 9 months ago
Bmi calculator with React and Tailwindcss
- HTML
- CSS
- JS
The bottom section for desktop is still incomplete. Unsure if I'll be able to build it when using flexbox. Might have to use grid which I haven't used yet.
The BMI is working but always looking for advice on how to make the code tidier, especially when using state and useEffect()
- Submitted 9 months ago
Ping landing page with react and tailwindcss
- HTML
- CSS
- JS
Looking help with two problems,
- Cannot prevent React default form warning. I'm using e.preventDefault() but still the deafult warning are showing.
I'm using a work around where I make the email field a type="text" rather than type="email". This feels backwards so would appreciate some help with best practices.
- I can't center the path tag inside of the SVG. I have cut off the side of the footer icons when I add rounded corners as they are not centered properly. Any help would be appreciated.