Skip to content

Netcalc, the blazing-fast and lightweight. This containerized IP calculator is powered entirely by Vanilla JavaScript.

License

Notifications You must be signed in to change notification settings

aleafarrel-id/netcalc-containerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

IP Calculator

About App

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.

Requirements

To run this application, the only requirement is:

Usage

You can run the IP Calculator with just a few simple steps using Docker.


Using Docker CLI / Desktop

1. Pull Image from Docker Hub

docker pull aleafarrel/netcalc:1.0

2. Create the Container

docker container create --name netcalc -p 8080:80 aleafarrel/netcalc:1.0

This will create the container and expose the app on port 8080 of your local machine.

2. Run the Container

docker start netcalc

3. Access the Application

Open your browser and go to:

http://localhost:8080

Preview

Here’s an example screenshot of the app running:

Light Mode

Netcalc Preview

Netcalc Preview

Dark Mode

Netcalc Preview

Netcalc Preview


Contribution

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 🙏


License

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!

About

Netcalc, the blazing-fast and lightweight. This containerized IP calculator is powered entirely by Vanilla JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published