How To Create an Analytical Dashboard With Next.js: Airline Dashboard Example

Featured Imgs 23

For the last several days, I’ve been working on one of my pet projects for my portfolio. To be precise, I have been creating an analytical dashboard for an airline company. Finding suitable tools turned out to be a challenge. I wanted to use Next.js in the stack, and my goal was to make sure any user could understand the presented statistical data and, secondly, interactively explore the information. So, in this tutorial, I will cut my way through constructing the dashboard and creating a pivot table and charts in the Next.js app on the example of an airline company. Hopefully, it will save you time :)

Prerequisites

Here, I would like to share all the things I did to prepare for creating the essential statistics. And we will start with…