Random Quote machine project 2

Im having a hard time with this project i dont even know where to start. I tried looking up tutorials on youtube and all the videos are old they dont match up.

You could look at the user stories and see which items look like they are easy to implement, then start from there. For example, user story 1 says

I can see a wrapper element with a corresponding id="quote-box".

You could complete this by making some wrapper element (typically a <div>), then setting its id attribute to be quote-box.

Do the same for the next user stories. You don’t have to do it sequentially. If an item feels a bit too difficult, skip to the next item.

If an item’s giving you trouble, look up how you could solve it. Since user stories are specific, you could look up how to solve just that specific problem (instead of looking up one big problem).