DFDavid Frempongindavidfrempong.hashnode.dev·Dec 31, 2021 · 1 min readHow I built a megamenu feature in Vanilla JavaScriptOn a recent project, I wanted the visitor to be able to hover on a menu item, and a megamenu would appear. Here's how I did it. After building and styling it in CSS, I gave the class in CSS a display: none;. Then, I created another class called (-vi...00
DFDavid Frempongindavidfrempong.hashnode.dev·Dec 31, 2021 · 1 min readProject Based LearningThe best way to learn is by doing. When learning how to code, here are some tips I've used that have helped. 1 : Build projects. If you know HTML and CSS, you can build any screen on the web. My process: Look at any website or app out there, break do...00
DFDavid Frempongindavidfrempong.hashnode.dev·Dec 23, 2021 · 1 min readLearning JavaScriptLearning JavaScript When learning how to code, there's a lot of places and languages you can start with. To get the feel of writing code, I started with HTML. I learned the basic concepts, like headers, paragraphs, and images, and other more common...00