monodot / subnet-calculator-poc

Mini-app to calculate the number of subnets you can create in a CIDR block

Home Page:https://subnet-calculator-poc.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subnet-calculator-demo

This is a mini-app that helps you calculate the number of subnets you can create in a CIDR block.

I created this because I needed to work out how many equal-sized subnets I could create in a CIDR block, and thought it was a good opportunity to learn some JS.

Developed with Svelte.

Created with:

npm create vite@latest

Running locally

cd app/

npm install
npm run dev -- open

About

Mini-app to calculate the number of subnets you can create in a CIDR block

https://subnet-calculator-poc.netlify.app/


Languages

Language:Svelte 76.7%Language:JavaScript 12.4%Language:HTML 8.8%Language:CSS 1.1%Language:Shell 1.0%