Color Flipper
A simple interactive web application that changes the background color based on user input. The interface includes predefined color buttons (blue, red, and green) as well as a “Random Color” feature that generates dynamic RGB values. The random color is created using JavaScript by generating numbers between 0 and 255 for red, green, and blue, then converting them into an RGB color format. This project demonstrates fundamental DOM manipulation, event handling, and basic JavaScript logic.