Skip to content

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

 
 
 

Contributors