Skip to content

AdrianBcode/colour-flipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Colour Flipper 🎨

What the project does

The Colour Flipper is a simple web application that randomly changes the background colour of a display area when you click the "Flip Colour" button. It's designed to showcase how JavaScript can dynamically manipulate HTML elements to create interactive experiences.

Why the project is fun

Playing with colours is always enjoyable, and the Colour Flipper allows you to do just that with a single click. Beyond the fun aspect, this project serves as a practical demonstration of basic JavaScript event handling and DOM manipulation concepts.

How to get started

  1. Clone the repository:
    git clone https://github.com/AdrianBcode/colour-flipper.git
    
    

Navigate to the project directory: bash Copy code cd colour-flipper Open the HTML file in your preferred web browser.

Click the "Flip Colour" button: Watch as the background colour of the display area changes randomly with each click. Keep clicking and exploring different colours! 🌈

Technologies Used HTML5 CSS3 JavaScript (Vanilla)

What you can learn JavaScript Event Handling: Understand how to listen for events (e.g., button clicks) and respond accordingly. DOM Manipulation: Learn how to manipulate HTML elements (e.g., changing styles) using JavaScript. Randomization: Explore techniques for generating random values to create dynamic behaviour in web applications.

Where these skills could be useful Web Development: Gain foundational knowledge essential for building interactive and dynamic web applications. UI/UX Design: Understand how to add engaging user interactions to enhance the user experience. Game Development: Apply similar concepts to create interactive game mechanics and interfaces.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published