Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
varadaraj772 authored Feb 7, 2024
1 parent a1b6eb4 commit 17d53e9
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Password Generator and Manager App

Welcome to the Password Generator and Manager App! This web application allows you to create an account, log in securely, generate passwords of desired length, and save them along with website names to your account. You can access all the saved passwords in a single place.

## Features

- **Account Creation**: Users can create an account securely using Firebase Authentication.
- **Login**: Existing users can log in to their accounts securely.
- **Password Generation**: Users can generate passwords of desired length using the password generator feature.
- **Password Saving**: Generated passwords can be saved along with the corresponding website names to the user's account in Firebase Realtime Database.
- **Password Viewing**: Users can view all their saved passwords along with the associated website names in a single place.

## Technologies Used

- HTML
- CSS
- JavaScript
- Bootstrap
- Firebase Authentication
- Firebase Realtime Database

## Getting Started

To run this application locally, follow these steps:

1. Clone this repository to your local machine.
2. Set up a Firebase project and enable Firebase Authentication and Realtime Database.
3. Replace the Firebase configuration in the JavaScript file (`firebase-config.js`) with your own Firebase project configuration.
4. Open the `index.html` file in a web browser.


## Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

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



## Contact

If you have any questions or suggestions, feel free to contact me at [[email protected]].

Happy Password Managing! 🚀

0 comments on commit 17d53e9

Please sign in to comment.