My course mate and I are working on writing a code that saves an order to local storage and redirects to an order page when the order button is clicked.
However, we are facing issues where clicking on the order button doesn't register in the application/local storage section of the Google Developer Tool and therefore does not redirect to a new page.
We added an event listener to display a console.log message when the button is clicked, just for troubleshooting purposes (this part is not critical).
We also used an online JavaScript validator to remove any typos or errors from our code.
Do we require any specific code on the order.html file to interact with local storage?