This is a simple JavaScript project that changes the background color of a webpage at regular intervals. You can start and stop the color-changing process by clicking buttons.
You can see a live demo of this project here.
- Randomly changes the background color of the webpage.
- Start and stop color-changing with the click of buttons.
- Uses pure JavaScript and HTML/CSS.