
In this project, I built a password manager that stores passwords securely using encryption before saving them to the database. It helps users keep their passwords safe and easily accessible whenever needed.

In this project, I implemented real-time chat functionality using Firebase Realtime Database, since Next.js does not natively support WebSockets. I used SSE for live updates and Firebase for seamless, low-latency messaging.