Author: Sonahang Rai

PDF from React

Creating PDF from React frontend along with a dynamic data can be a challenging task for a frontend developers. I as a frontend developer in ReactJS got this challenge during one of my project where I had to create a PDF file of a component which would also consist of a dynamic datas. I started

internet status

Check internet status with Javascript

Javascript is so powerfull. Nowadays we can see that there are lots of web app being used offline with the PWA implementation. Thats because javascript has the ability to detect if the client is connected to the internet or not. We can simple listen to the javascript window to know about the clients connectivity status.

responsive web design

Responsive web Design with SASS

Responsive web design is one of the most challenging part for the web devs. As the world is accelerating in creating new gadgets, there are tons of various devices with different shapes. It has become hectic job for the web devs to adjust the size of the website in each and every of the device.

Horizontall Scroll

Horizontal Scroll with button in REACT

We saw a feature in the youtube where the recommended search tags are shown. This horizontal scroll tags are managed in such a way that it looks like a carousel slider. There is also two buttons like a nav of the carousel. The button behave in a way that if the items are visible of

Gulp Starter for Twig Templating

What is Gulp Starter? Gulp Starter is the twig templating starter pack. It consist of some pre configured gulpjs setting for creating an HTML templates with twig. It was always geting an extra burden of work when I need to start my templating works. So, I planned to create this repo which will consist of all

Pagination in React Javascript

Pagination is one of the most common component in the web apps and also in mobile apps. Lots of ecommerce website and content websites uses the pagination. The pagination helps to browse the content or datas of the apps. So lets create this pagination in REACT javascript today. We will use the create react app

Flaticon as Webfont’s

Today we will learn how to use flaticon as webfont’s. Firstly lets know something about the flaticon. Flaticon is a product of freepik company. Freepik company offers the best high-quality content. They are illustrations, photos, icons, mockups, and presentations templates. This flaticon is the specific for the icons only. The flaticon provide lots of free

Corona Virus status tracker with REACT.js

Corona virus status tracker helps us to find about the current situation of the country. It will display some important data to the user related to the corona virus effect. I have previously used simple JavaScript to show the country COVID-19 status. And now in this blog we will create a more advanced tracker. Here

aos

Animation On Scroll

Animation on scroll is one of the unique way to give your website a good look. It makes the visitor very pleased and interactive to your websites. There are lots of sites which are implementing the animation during the scroll. The different types of animations with different transition will make the website more lifely. This

preloader

Website Preloader

Website Preloader are a loading screen which comes before all the website loads.  There are lots of fancy websites which implements this cool features. The preloader makes the user refreshed to wait before the site loads. Lots of eye catching animations are being used in these preloaders. In this blog I will be teaching to

1 2