This project is a simple web application that changes the background color of the webpage randomly whenever the button is clicked.
- Changes the background color of the webpage to a random color.
- Clicking the button triggers the color change event.
- Utilizes HTML, CSS, and JavaScript to achieve dynamic behavior.
- HTML: Markup language for structuring the web page.
- CSS: Stylesheet language for enhancing the presentation of the web page.
- JavaScript: Programming language for implementing dynamic behavior.
- Clone the repository to your local machine.
- Open the
index.htmlfile in your web browser. - Click the "Button" to see the background color change randomly.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create your feature branch:
git checkout -b feature/NewFeature. - Commit your changes:
git commit -am 'Add a new feature'. - Push to the branch:
git push origin feature/NewFeature. - Submit a pull request detailing your changes.
This project is licensed under the MIT License, which means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software.
- This project is created for learning and demonstration purposes.
- Inspired by various web development tutorials and resources.