React Event Calendar

With the help of react-big-calendar library we can add a calendar in our react application and we can manage events and dates from this calendar. Let’s see what needs to be done to use react-big-calendar (https://jquense.github.io/react-big-calendar/examples/index.html) Installation npm install –save react-big-calendar You can use this calendar  by adding in your component as shown below

What is PWA ?

PWA stands for Progressive Web Application. PWA is basically a website that runs on your mobile browser. But when you see the UI, it is similar to any app. Normally, when you want to create an app, you have to develop apps for different platforms. Like making apps for the IOS platform and putting them in the app store Or make an app for Android and put it on google play, Similarly, make an app for windows then put it …