This is a basic color flipper project, which I have made using: HTML
, CSS
and Javascript
, for the basic understanding of the JS.
It basically changes the color of the background to any other random color, whenever you click the Click Me
button.
Color-Flipper
is basically limited to 4 colors only (built for learning).
Hex Flipper
is the final project, you can view the project at the link given below.
You can have a look at the live project here .
Got the basic knowledge of the following few features of the JS
from the above project:
addEventListener
document.getElementById
document.querySelector
.innerHTML
document.body.style.backgroundColor