vvwrites.hashnode.devUnderstanding useState HookIn react, use state hook plays an important role in the development of applications. If you want to add interactivity to your program/components and deal with data in the components we have to use this state hook. It's not just useful; it's really im...Sep 17, 2023·6 min read
vvwrites.hashnode.devExploring Animation Techniques with JavaScript and CSSAnimations have become an attractive way to engage users on websites. So while I was learning about animations, I tried creating simple animations using JavaScript and CSS separately. And, it turns out there are some good differences between the two ...Aug 14, 2023·7 min read
vvwrites.hashnode.devCSS-Think inside the box.Hello and welcome! Today, we're going to look into one of the most fundamental topics in the CSS-box model.Now, you might be thinking, "A box? That sounds simple, right?” But trust me I thought the same, but it weirded me out at first. But, Once to g...Aug 1, 2023·4 min read
vvwrites.hashnode.devBasic HTML guideHello there! Let's learn about some important sorts of HTML tags and when to use them, with explanations and examples. Structure of a HTML document <!DOCTYPE html> <html> <head> <title>Structure of an HTML document</title> </head> <body> <h1>It's fun...Oct 15, 2022·6 min read
vvwrites.hashnode.devIntroduction to GitWhat are Git and GitHub Git is an open-source software tool popularly known for its version control system. So, what does version control mean? Version control is like a superpower that is used to manage all the changes made to a file. It tracks an...Sep 30, 2022·4 min read