Blazing-fast and lightweight — this containerized IP calculator is powered entirely by Vanilla JavaScript. It enables you to perform essential IP address operations such as IP conversions and subnet calculations with ease.
Everything is packaged inside a Docker container, allowing you to run it effortlessly without complex setup or installation.
To run this application, the only requirement is:
You can run the IP Calculator with just a few simple steps using Docker.
docker pull aleafarrel/netcalc:1.0docker container create --name netcalc -p 8080:80 aleafarrel/netcalc:1.0This will create the container and expose the app on port 8080 of your local machine.
docker start netcalcOpen your browser and go to:
http://localhost:8080
Here’s an example screenshot of the app running:
This project was built purely out of hobby and curiosity. I'm not a professional developer, so if you have any feedback, ideas, or improvements — feel free to contribute!
Every suggestion or contribution is genuinely appreciated 🙏
This project is open source and made entirely out of personal passion. I'm not a professional programmer — in fact, I may not even know how to code properly.
Feel free to use, modify, or distribute it as you wish.
I hope you enjoy using it, feel free to reach out via Instagram DM!



