Skip to content

Latest commit

Β 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages