Skip to content

sovaz1997/password-generator-app

Repository files navigation

Frontend Mentor - Password generator app solution

This is a solution to the Password generator app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • Generate a password based on the selected inclusion options
  • Copy the generated password to the computer's clipboard
  • See a strength rating for their generated password
  • View the optimal layout for the interface depending on their device's screen size
  • See hover and focus states for all interactive elements on the page
  • Use shortcuts for copy and generate password
  • Use only the keyboard to work with the application

Screenshot

image

Links

My process

Built with

  • MUI - components and style library
  • React - JS library
  • Vite - Project builder

What I learned

  • How to customize MUI styles
  • How to make a responsive text component that allows you to reduce the length of the text if it does not fit

Continued development

I would like to focus on projects with animations as well as completely native components without using a UI-library.

Useful resources

  • Password entropy calculator - This helped me for calculate password strength reason. I see that it good algorithm to detect password strength and it's allow to calculate strength for any length of password.

Author

Releases

No releases published

Packages

No packages published

Languages