A simple quote generator developed as part of a web development exercise to practise using JavaScript to work with arrays, generate random selections, manipulate the DOM, and respond to user interactions.
The application displays a random quote and its author when the page loads. Users can click the New quote button to replace the current quote with another randomly selected quote from the provided collection.
The project was implemented using HTML, CSS, and JavaScript.