Features • Screenshots • How To Run • Author
This is an All-in-One Utility designed to simplify complex calculations for students and professionals. It features a seamless Toggle Interface to switch between two core modules:
- Network Operations: Advanced Subnetting (VLSM/FLSM).
- Security Operations: Password Strength & Breach Analysis.
|
|
| Frontend | Logic | Styling |
|---|---|---|
You can run this project locally in 3 simple steps:
# 1. Clone the repository
git clone [https://github.com/YOUR-USERNAME/REPO-NAME.git](https://github.com/YOUR-USERNAME/REPO-NAME.git)
# 2. Navigate to directory
cd REPO-NAME
# 3. Open the file
# Simply double-click 'index.html' to launch in browser!
## 📂 Project Structure
```text
password_checker/
│
├── 📂 assets/
│ ├── 📂 images/ # Screenshots (moved here)
│ ├── 📂 css/ # Stylesheets
│ └── 📂 js/ # Calculator Logic
│
├── 📄 index.html # Main Application
└── 📄 README.md # Documentation (You are here)

