public/subjects/baby-shower
MarieMalarme 94cb1a8864
baby-shower: fix gif link
2021-03-24 10:59:17 +00:00
..
README.md baby-shower: fix gif link 2021-03-24 10:59:17 +00:00
baby-shower.gif baby-shower: add gif for expected output 2021-03-11 02:50:30 +00:00

README.md

Baby shower

Instructions

It's time to celebrate the arrival of your creation in this world ; let's organize a baby shower!

But you already worked a lot to give birth, so now you need some help from others to set the party. You're going to use a JS library - meaning some code made by other people, made available for anyone to use. Very cool & helpful, isn't it? There is a huge amount of packages of any type - really any - and it's usually quite simple to install and use. The one we're going to use today is canvas confetti.

From your script, import the package as indicated in the documentation, and launch the function to pop confetti when the page loads. Then, add an event listener on keydown event that triggers the same confetti popping function any time a key of the keyboard is pressed.

Code examples

Import code from libraries & use it:

// import and use the `hello` function from a library
import { hello } from 'hello-library-url'

hello()

Expected output

This is what you should see in the browser:

Notions