This is the 4th tutorial in our Javascript tutorial series, where I've been teaching you how to create mini Javascript based apps.
In this tutorial, we'll be creating a small web app that draws a pine tree with star (*) symbols for the leaves and a # symbol for the stump at the end. When the user inputs the height of the tree, our program will draw the tree based on the given input. We'll also create a redraw button.
This is the part 1 of this app. We'll be creating our mini app's design with HTML & CSS code.
Enjoy! Please subscribe to our channel to learn how to create more mini-apps like these.