I’m currently working on the Random Quote Machine project in React. I took a ‘step by step’ approach to try to refresh and solidify what I have learnt so far.
I made the html & CCS mark up to start with. I then begun to add React. As I am not familiar with APIs I chose to start with an object of 5 quotes which would display in order when clicked on the button. I seem to be stuck on this step.
I thought of bunch of different ways of iterating through the object but couldn’t get it to work. It appears that all I needed was to change the object itself.