A simple and interactive web app that lets you change the background color by clicking a button. You can switch between Simple and Hex color modes, and even copy the color code with one click.
- Switch between Simple and Hex color modes
- Random color generation
- Copy the color code to clipboard
- Responsive and beginner-friendly design
- DOM manipulation with JavaScript
- Using
addEventListener()for interactivity - Clipboard API (
navigator.clipboard.writeText) - Organizing code into separate HTML, CSS, and JS files
- Using Git and GitHub for version control
- HTML5
- CSS3
- JavaScript (ES6)
- Git & GitHub



