
Random Quote Generator
A Random Quote Generator is a simple web app that displays a new quote every time the user clicks a button. The quotes can be stored locally in an array or fetched from an external API. It’s a great project to practice DOM manipulation, event handling, and working with arrays or APIs.