Avid gamer and musician with a love for technology and drive to move from the medical field into the development field.
I’m currently learning...Currently, I am refreshing my HTML, CSS, and JS while I am using NextJS with React and Tailwind CSS.
Latest solutions
Mobile First 📱|| NextJS React TailwindCSS || Advice Generator
#react#tailwind-cssSubmitted about 2 years agoMobile First 📱 Equalizer Challenge - NextJS | TailwindCSS
#react#tailwind-css#nextSubmitted about 2 years agoMobile-first website using Astro with Tailwind/React
#react#tailwind-css#astroSubmitted about 2 years ago
Latest comments
- @TrenyceCodes@dawkey95
Hey, nice work on completing the project. 👍🏼 I like how you added the footer and tied it in with the color scheme, so nice touch there.
One thing I would suggest is just try adding some padding to your card on top and sides. Maybe try 48px of padding just to help create a little space and make the card feel a little bit more balanced.
Other than that nice job 💯
Marked as helpful - @kelbri10@dawkey95
Nice work on the solution. I quite like the little change with the title and the advice # with the green border. 👍🏼Cool idea to just make it that little bit more personal. 😃
- @whotterre@dawkey95
Hey nice job with the solution for this project. 😃 I just finished it as well and thought it was quite a fun little project to learn about APIs without being overly complicated. How did you find it?
I noticed your image links are broken. Not 💯 about how to fix it without trying but one thing you could try is just look at your image path again. perhaps trying
src="./images/pattern-divider-desktop.svg"
but its hard to see as I haven't tried it in my own IDE.Also I would suggest just adding some padding to your card body. I believe yours is called
container
. Try maybe 48px top and sides.Otherwise nice work. 👍🏼📱
- @J-Manuel-NZ@dawkey95
Nice solution man. The tailwind looks like it is worth giving a go in my own projects.
- @MrMohammedMath@dawkey95
Hey,
Loved seeing your solution using react and SCSS.
How did you go about passing the accessibility reports and html validation? I always end up with landmark errors etc. I use Material UI as my CSS framework but can't figure out how to pass the accessiblity/html validation reports so thought I would check with you and how you approached it.
Kind regards