Skip to content

souvikmondal01/Password-Manager

Repository files navigation

Password Manager

Building and Running the Application:

Here's a step-by-step guide on how to build, run, and use the Password Manager app.

1. Clone the Repository: Clone the repository to your local machine using Git.

git clone https://github.com/souvikmondal01/Password-Manager.git

2. Open the Project in Android Studio: Open Android Studio and select "Open an existing Android Studio project". Navigate to the directory where you cloned the repository and select the project folder.

3. Sync Gradle Files: Once the project is loaded, Android Studio will automatically start syncing the Gradle files. This process might take a few moments.

4. Build the Project: After Gradle synchronization is complete, build the project by clicking on the "Build" menu and then selecting "Make Project". This will compile the code and build the APK.

5. Connect an Android Device or Emulator: Connect an Android device to your computer via USB or launch an emulator from Android Studio.

6. Run the Application: Select the device you want to run the application on from the dropdown menu in Android Studio, and then click on the green "Run" button (usually a play icon). This will install the application on the device and launch it.


How to Use the Password Manager App

Here's a quick guide on how to efficiently utilize its features:

Step 1: Authentication

  1. Upon opening the app, you will be greeted with a dialog box prompting for biometric authentication.
  2. Authenticate using your preferred method: fingerprint, facial recognition, or PIN/password/pattern.
  3. Upon successful authentication, you'll be directed to the home screen.

Step 2: Adding a New Password

  1. On the home screen, you'll find all your saved passwords listed.
  2. To add a new password, simply tap on the floating action button (FAB) located at the bottom right corner.
  3. A bottom sheet will slide up, allowing you to enter the account name, username/email, and password.
  4. Optionally, you can also generate a strong password using the provided option.

Step 3: Editing or Deleting Passwords

  1. To edit or delete an already saved password, tap on the respective account from the home screen.
  2. A new bottom sheet will appear, presenting options to edit the details or delete the entry.
  3. Update the necessary information or confirm deletion as per your requirement.

Some Screenshots:


Drive APK Link: https://drive.google.com/file/d/1p1Ke4VtRzmj2QJ6VN59FIlft_A4MtP8w/view?usp=drive_link