Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 2.25 KB

README.md

File metadata and controls

66 lines (45 loc) · 2.25 KB

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

Note: Delete this note and update the table of contents based on what sections you keep.

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

Screenshot

Initial State Weak Medium Strong Mobile

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • React

What I learned

This exercise allowed me to practice better problem solving techniques. Breaking down a large problem into smaller components, solving those and connecting the dots.

Useful resources

  • Range Style Selector - This tool by Daniel Stern is a much easier way to style a range input, which can be cumbersome to do from scratch.

Author