Got it! Here's the README.md content formatted as code for your Node.js application:
#Live View
- Live View: PASAVER
This is a password saver application built using static HTML and script.js for frontend functionalities. Firebase is utilized for backend services. It provides features such as updating, deleting, generating passwords, and copying passwords securely. The application employs robust security rules to ensure data safety.
To run this application, follow these steps:
-
Clone the repository:
git clone https://github.com/pranjalhtpydev/PASAVER.git
-
Navigate to the project directory:
cd password-saver
-
Replace the Firebase configuration with your own:
- Open the
script.js
file. - Replace the Firebase configuration object with your own Firebase project configuration. You can find this configuration in your Firebase project settings.
- Open the
-
Serve the application: You can use any static file server to serve the HTML file and JavaScript. For example, you can use Node.js's
http-server
package:npm install -g http-server http-server .
-
Access the application in your browser at
http://localhost:8080
(or whichever port the server is running on).
- Update: Users can update their saved passwords.
- Delete: Users can delete saved passwords.
- Generate Password: Users can generate strong passwords.
- Copy Password: Users can copy passwords to the clipboard for easy use.
The application is secured with powerful Firebase security rules to ensure data privacy and integrity. These rules are configured to restrict access to unauthorized users and enforce data validation.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
For any inquiries or issues, feel free to reach out to the project maintainer:
- GitHub: pranjalhtpydev