RandomPasswordGeneratorReactJS

● Used ReactJs to Implement a random password generator functionality that generates passwords based
on user preferences (numbers, alphabets, and special characters).
● Display the generated password to the user.
● Added a funtionality a copy-to-clipboard functionality for the generated password.
● Show the last 5 passwords generated by the user.
● Store the previous passwords in local storage.
● Create a user-friendly interface for the application.