This project is a subnetting generator that enables users to enter an IP address and a subnet mask to calculate subnets.The generator supports both the input in IP format and in CIDR format (e.g. /24).
- src/index.html: Contains the basic HTML structure of the application.
- src/styles.css: Defines the CSS styles for the layout and design of the user interface.
- src/script.js: Implements the JavaScript logic to process the entries and implement the subneting calculations.
- package.json: Configuration file for NPM, which lists dependencies and scripts.
- Clone the repository or download the files.
- Open the
index.html
file in a web browser. - Enter the desired IP address and subnet mask.
- Click the calculation button to display the subnets.
Look at that too:Subnetting-API
This project is licensed under the MIT-Lizenz.
© 2025 Jojo252511