GirlThatLovesToCode

GirlThatLovesToCode

Follow
homeMy other writingsLearn DjangoFront-endFor beginnersAbout me
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Delightful accordion

Feb 19, 202117 min read 423 views

Accordions are useful when you want to present key information right away and give interested users the ability to learn more about the topic with a...

Delightful accordion

HTML Canvas Christmas tutorial - part 3: MOVEMENT, BEZIER CURVE

Dec 9, 202025 min read 495 views

Following part1 and part 2 of the tutorial you created a wonderful static Christmas card. But what's the point of having it on the computer, if...

HTML Canvas Christmas tutorial - part 3: MOVEMENT, BEZIER CURVE

HTML Canvas Christmas tutorial - part 2: REPETITION and DEPTH

Dec 1, 202020 min read 305 views

You learned a lot in the previous tutorial, but let's be honest, the Christmas tree needs presents underneath. So let's add them and improve our...

HTML Canvas Christmas tutorial - part 2: REPETITION and DEPTH

HTML Canvas Christmas tutorial - part 1: BASICS

Nov 30, 202017 min read 1.8K views

What is HTML Canvas? HTML's <canvas> element is a rectangular area for graphics. By default, it has no content. We can draw on it with JavaScript. It...

HTML Canvas Christmas tutorial - part 1: BASICS