First React app:Random quote app

Hi,this is my first React app https://codepen.io/mehdij/full/eLjWYp/ ,it’s the Randome quote app,i would like some feedback!

Good job! I would

give some paddings to your blue quote box.
Make its text bigger.

Cheers :slight_smile:

while shrinking the viewport width, your quote-box completely disappears at below 540px;

  1. Use more components.
  2. Don’t use bind as it’s a bad practice.
  3. Use this endpoint to obtain the data.