Skip to content

syeda-hoorain-ali/pass-guard

Repository files navigation

Password Manager Project

This is a simple password manager project built with Next.JS.

Check it out line on vercel: https://pass-guard-hoorain.vercel.app

Features

  • Securely store and manage passwords
  • Security alerts, and breach notification
  • Cross-Platform compatibility (desktop, mobile, browser)
  • User-Friendly interface

Getting Started

Installation

  1. Clone the repository:
   git clone https://github.com/syeda-hoorain-ali/pass-guard.git
  1. Install dependencies:
   cd pass-guard
   npm install

Environment Variables

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

Running Locally

To run the app locally:

   npm run dev

Open http://localhost:3000 with your browser to see the result.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add your feature')
  5. Push to the branch (git push origin feature/your-feature)
  6. Create a new Pull Request

License

This project is licensed under the MIT License.

Contact

Syeda Hoorain Ali - jagjets133@gmail.com

Project Link: https://github.com/syeda-hoorain-ali/pass-guard.git