Latest solutions
Calculator using React, Tailwind and TypeScript
#react#tailwind-css#typescript#vitePSubmitted 6 months agoEcommerce page using React and Tailwind
#react#tailwind-css#typescript#vitePSubmitted 6 months agoI still struggle with SVG. I don't know the proper way to insert them and be able to modify their color, size etc using Tailwind. Therefore, I used a React icon library.
Latest comments
- @hemjay07Submitted almost 3 years agoP@PoukamePosted almost 3 years ago
Hi, for the image not loading try adding a dot before the url slash like this
src="./images/illustration-thank-you.svg"
Hope this helps.
0 - @Bibhav-11Submitted almost 3 years agoP@PoukamePosted almost 3 years ago
Hello,
I've checked your project. It looks great. The JS and CSS are clear and concise.
However, you can possibly improve on the responsiveness. When I check on my browser, and reduce the width, the container is shrinking, but the card isn't. Check this picture to see what I mean : https://postimg.cc/67GmnJ1Q
Also regarding accessibility, it's better to use the <button> markup for the die as well as a "role" tag because in this design there isn't any text for the button action.
Keep up the good work. Happy coding. G.
0