My Random Quote machine- No API version

Here is my random quote machine
https://codepen.io/Jman11/full/OdVPvM

For now I have used Boostrap 4 and an array of objects for the quotes.

Looks nice, needs a little work.

  1. The page is not really responsive.

  2. The tweet button does not work.

  3. I would use the length of the array instead of hard coding the number. For one, it’s just a good practice to not use hard coded numbers (or magic numbers) and two, if you ever decide to add more quotes it would handle it.

  4. See if you can code a check that checks if a quote is the same as the one before it. That is, check that you are not repeating quotes.

Here is something you can try for the responsiveness, use the classes col-12 and col-md-8 on the column div