Functionality:
This project is a random quote generator. On clicking the ‘Inspire me’ button, the program displays a new quote on the screen. Also, on refreshing the page, the background image changes.
Languages and concepts:
- HTML
- CSS
- Javascript
- Javascript Arrays
- .querySelector()
- element.textContent
- element.addEventListener()
- Math.random()
- parseInt()
You can interact with the project on this link:
https://aarushi-nema.github.io/webDev003_quotes_generator/
You can find the code on this link:
https://github.com/aarushi-nema/webDev003_quotes_generator

