Functionality:
This program generates a random hex color code and sets the text ‘Hexcode’ and the page’s background color to the randomly generated hex code. A new color code is generated when the ‘Click me’ button is clicked.
Technologies:
- HTML
- CSS
- Javascript
- .querySelector
- Javascript arrays
- .addEventListener
- Javascript Functions
- parseInt Function
- Math.random() Function
- .textContent
- element.style.backgroundColor
You can interact with the project on this link:
https://aarushi-nema.github.io/webDev002_change_background_hexcode/
You can find the code on this link:
https://github.com/aarushi-nema/webDev002_change_background_hexcode

