Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.13 KB

readme.md

File metadata and controls

26 lines (17 loc) · 1.13 KB

JavaScript30

It's a bunch of 30 vanilla JS challenges in order to practice the most common usage of the language. This challenge has been invented and distributed by Wes Bos in his JavaScript 30 Day Challenge. Grab the course at https://JavaScript30.com

Projects screenshots

02 - JS And CSS Clock

A clock deigned in CSS and animated in JS

A clock ticking with JS

03 - CSS variables

A demo of the use of CSS variables to make a dynamic control panel

Changing control panel values and effect on an image

05 - Flex panel gallery

Animate image panels and text on click in and click out. I changed the click-out animation so that it is exactly reverse of click-in

Click on panels changes the content

08 - Fun with HTML canvas

Draw multicoloe weird stuff in the browser. I added a sinusoidal function to generate the colors and a double-click action to reset the canvas

Click on panels changes the content