Skip to content

A JavaScript project that generates random hex colors and applies them as backgrounds. Great for learning DOM manipulation, event handling, and hex color systems. Clean, minimal code.

Notifications You must be signed in to change notification settings

Wahaj-Developer/Rendom-colour-genrater-Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

#🌈 Random Color Generator A simple JavaScript project that generates random hex color codes and applies them as background colors. Perfect for learning DOM manipulation and event handling!

#πŸš€ Features Generates random hex color codes

Updates background color instantly

Clean, minimal JavaScript code

#πŸ’» How It Works Uses Math.random() to generate a random number

Converts it to a hex code with toString(16)

Applies the color using document.body.style.backgroundColor #🌟 Why I Built This To practice core JavaScript concepts

Learn about hexadecimal color systems

Experiment with DOM manipulation

About

A JavaScript project that generates random hex colors and applies them as backgrounds. Great for learning DOM manipulation, event handling, and hex color systems. Clean, minimal code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published