An insight into API Testing!

Folks, let’s start with the basics. So, API stands for Application Programming Interface, which is a software that allows two applications to talk to each other. Let us take a real world Example! Suppose you are searching for a flight from Delhi to Mumbai through an online travel booking site. Using the site’s online form, you will fill the necessary information like the date on which you want to travel, Number of persons travelling. Then you will click on “Search.”. …

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