DEV Community

Cover image for Password Manager using LWC
kashyap
kashyap

Posted on

Password Manager using LWC

Total time taken - 28 hours (including intermittent breaks :P )

This is Password manager application which can be used for internal teams to store their credentials as a Lightning App.

This application performs basic functionalities of a password manager Create password records, Update them, store and delete them along with generation of random passwords and exporting them to CSV (send to current user via Email attachment).

This uses Lightning message service to relay the selections made on the list to other components.

Link to Git repo:
https://lnkd.in/g2YpiGm

The whole purpose of this application is to showcase flexibility of using LWC for various functionalities.

Top comments (0)