A simple password generator that randomly generates 4 passwords and allows you to save them and return them.
A simple password generator that randomly generates 4 passwords and allows you to save them and return them. Length of every password is 12 randomly chosen characters (uppercase and lowercase letters, and characters). It's been made as Solo project on Frontend Career Path.
Users are allowed to:
- generate new passwords that will display on the screen
- save a sequence of 4 passwords (they get saved to localStorage)
- return saved passwords at any time
- Live Site URL: Password Generator
- CSS Grid
- localStorage interaction via JavaScript
- GitHub - https://github.com/jelenkoo10
- Frontend Mentor - @jelenkoo10
- LinkedIn - Veljko Jelenković