Can you please review my Random Quote Machine project?

01

Thanks!

Great feedback!

Apparently, I was somewhat confused by the purpose of these two methods (i.e., JSON.parse() and JSON.stringify()). Now, I understand that both are used for exchanging data to/from a web server (API) and not for accessing static JSON files.

Math.floor(Math.random() * json.length) makes more sense indeed. I’ve decreased the rotation speed of the New Quote button and it looks and feels much better now. As for the transitions, that’s exactly what it’s doing, not sure why you’re seeing it differently.

Your feedback has helped me relearn a few things. Thank you for taking the time to review it.

looks great @zreticulan, you really designed it well

1 Like

Thank you, @jztsaurabh! :slightly_smiling_face:

1 Like