This blog is all about Chart JS to be implemented in a React application. Before we start, we assume that we have a new or existing React application with us. Now open Terminal (for Ubuntu/Mac users) or Command Prompt (for Windows users) and go to the project folder. Now we have to install […]
Two Methods of Full Screen Overlay Navigation
Using JavaScript and CSS properties we can create stylish fullscreen overlay navigation with a hamburger toggle button. This navigation menu will appear when toggled. Besides, the overlay covers the whole screen and makes lots of space for menu items. Similarly, there are several ways to create this type of navigation. In this blog, I […]
Know the perfect way of Error handling in JavaScript
Sometimes a developer is great at programming, but the scripts may have errors. There are various reasons for these errors. Sometimes it occurs because of our mistakes or maybe an unexpected user input, or it could be an erroneous server response and there could be a thousand of other reasons. Generally, a script stops it’s […]
Angular vs Vue JS: Which one is really better?
If you are confused a bit to choose a suitable technology for front-end development between Angular and Vue js then this article will help you to reduce your burden. It is important because before building an app, you must determine the technology first. In a large scale scenario, it may affect your application. The choice […]