VueJS vs ReactJS
VueJS and ReactJS are both popular JavaScript libraries for building user interfaces. They are both open-source and are maintained by a large community of developers. Here are some key differences between the two: 1)VueJS is a progressive framework, which means it can be used for building small, simple apps or large, complex ones. React, on the other hand,..
Read more
How to Build a Piano With Only HTML, CSS, Javascript ?
In this post, we’ll learn how to build this piano from scratch using simple HTML, CSS, and JavaScript. Firstly, we’ll structure our web app using HTML. We’ll use the main tag to make a wrapper structure for the piano. We will create classes to show white and black keys, and classes will be further used in CSS for designing. I added a class empty to some b..
Read more