Feedback appreciated - Random quote machine in React

Here is the first project from front-end certification https://codepen.io/pd07/full/mdyQWmq
Your reviews are welcomed and I am still struggling with posting the quote on twitter. How to tackle this issue in react any clue guys? primary research show axios can help but it sounds bit confusing.

Happy coding😊

Hello @prayagd

Your project looks good:

You may want to put the social media buttons closer together.
Your page is mostly responsive, but there is side scroll on smaller mobile devices (360px), you can create another media query to handle that.

As for the twitter link, you’re almost there, you need to append the src attribute in tweet-quote element with the value of the quote.

src =http://twitter.com/intent/tweet?text=" + "the quote"

Here’s a forum post about it Tweet button quote generator Help

1 Like

@mwa_fcc Thank you!
Would surely give that twitter thing a try.