Hello everyone,
I have created a random quote project by using react and i appreciate your feedback.
This is my first time publish my project to this forum
Project Link Here: https://codepen.io/StanleyChan1/full/bGwwPwq
Hello everyone,
I have created a random quote project by using react and i appreciate your feedback.
This is my first time publish my project to this forum
Project Link Here: https://codepen.io/StanleyChan1/full/bGwwPwq
Hey @StanleyChan!
Welcome to the Forum!
Your project looks good
I have one suggestion,
You can add the background.
Thanks and Happy Coding!
Thank you so much !!
It looks good! I’m working through the React now. Looking forward to making my own quote machine.
Thank you for the comment so much !!
Just a few suggestions:
<a>
just add some text like “Tweet this quote” and then hide it visually from the user (but it will still be there for screen readers). If you don’t know how to do this seehttps://gist.github.com/marcol/3979586
<blockquote>
. Most of these I’ve seen just use a <div>
or <p>
. You could even take this a step further and use a <figure>
around that with a <figcaption>
for the author. Check outThank you for the comment so much !!