Skip to content

AbtaheeAli/color-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color-Picker

Kapture 2020-07-05 at 21 16 48

Languages and technology used: HTML, CSS, JavaScript, & ReactJS

This frontend application allows user to generate a RBG color by changing the Hue, Saturation, and Lightness sliders. User is allowed to press "Random" button to generate a random color.

The application:

  • Responds to user events in React
  • Uses state in react to drive changes to a user interface
  • Uses properties to drive inline styles to dynamically update the appearance of DOM elements
  • Initializes the state to a random color when the page is loaded.

Thank you to Milan Nohejl for the animated background. https://codepen.io/nohoid/pen/kIfto