This is a simple network calculator to get information about a network IP and CIDR in Azure context.
Clone the project
git clone https://github.com/ewencodes/azure-network-calculator.gitGo to the project directory
cd azure-network-calculatorInstall dependencies
yarn installStart the server
yarn dev