This is a simple password manager project built with Next.JS.
Check it out line on vercel: https://pass-guard-hoorain.vercel.app
- Securely store and manage passwords
- Security alerts, and breach notification
- Cross-Platform compatibility (desktop, mobile, browser)
- User-Friendly interface
- Clone the repository:
git clone https://github.com/syeda-hoorain-ali/pass-guard.git
- Install dependencies:
cd pass-guard
npm install
Create a .env.local
file in the root of your project and add your email credentials:
NEXT_PUBLIC_EMAIL=your-email@example.com
NEXT_PUBLIC_PASS=your-email-password
To run the app locally:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature
) - Make your changes
- Commit your changes (
git commit -am 'Add your feature'
) - Push to the branch (
git push origin feature/your-feature
) - Create a new Pull Request
This project is licensed under the MIT License.
Syeda Hoorain Ali - jagjets133@gmail.com
Project Link: https://github.com/syeda-hoorain-ali/pass-guard.git