Skip to content

JoakimTeixeira/background-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background Generator

Generates gradient background with two colors.

image

What I've learned

  • Developed background generator using CSS flexbox and vanilla Javascript
  • Manipulated DOM elements with Javascript events
  • Added tooltip and copy to clipboard functionalities
  • Refactored code with latest javascript methods
  • Implemented DRY principle