Password Analyzer
A React app that helps users create stronger passwords through immediate visual feedback.
Problem
Users often choose weak passwords because they cannot quickly evaluate strength as they type.
Solution
Built a lightweight front-end tool with immediate feedback logic to classify password strength and encourage safer password patterns.
Architecture
User Input -> Strength Rules Engine -> Score Mapping -> UI Feedback Bar + Labels
Tech Stack
React, Vite, JavaScript, CSS
Outcomes
- Shipped as a live public Vercel deployment.
- Implemented real-time scoring feedback with no backend dependency.
- Created a reusable baseline for future security-focused UI work.
What I Would Improve Next
- Add zxcvbn-style advanced entropy analysis.
- Support accessibility cues for screen readers and color-vision variance.
- Add password policy presets by use case.