PortChecker.dev is a simple, free, and open-source tool to check if a specific port on a given IP address is open or closed — no software install required.
- ✅ Real-time port status checker
- 🔒 Secure and privacy-friendly
- ⚡ Super lightweight frontend
- 📱 Mobile-responsive UI
portchecker.dev/
├── public/ # index.html (Main HTML file)
├── src/
│ ├── styles/ # style.css (Styling)
│ └── scripts/ # main.js (JS logic)
├── .github/ # Issue templates, screenshot
├── README.md
├── LICENSE
├── CONTRIBUTING.md
└── .gitignore