Skip to content

ebetulo/JSB-01-Color-Changer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Color Changer

This project is about creating a random background color changer by practicing basic DOM manipulation.

Live Demo: https://ebetulo.github.io/JSB-01-Color-Changer/

Pre-requisites:

  • Basic Knowledge of HTML & CSS
  • Basic Knowledge of Javascript & DOM Manipulation

Key concepts and functions to be used:

  • arrays
  • document.getElementById()
  • document.querySelector()
  • addEventListener()
  • document.body.style.backgroundColor
  • Math.floor()
  • Math.random()
  • array.length
  • DOM Traversing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.2%
  • HTML 22.2%
  • JavaScript 19.6%