Color Change Game This is a simple web-based game where a box changes color each time you click on it. It's a fun project that demonstrates basic HTML, CSS, and JavaScript skills.
Features Interactive Box: Click the box to change its color.
Random Colors: Each click generates a random color.
Simple and Clean Interface: Minimalist design for a focused user experience.
Technologies Used HTML: Structure of the webpage.
CSS: Styling of the box and page.
JavaScript: Logic for color changing.
How to Play Clone the repository to your local machine.
Open the index.html file in your preferred web browser.
Click on the box to change its color.