8000 GitHub - DalaScript/password-generator-app: Part 17 | Password generator app Challenge by Fronendmentor.io & Coded by Dala
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DalaScript/password-generator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

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

Screenshot

Links

My process

Built with

What I learned

It was a very interesting project and gave me great experience.

In this project, I worked extensively with range and checkbox input types, customizing their styles to look different from the default inputs.

I also wrote the logic for the slider input, which I did for the first time, and it was a very interesting experience.

I also learned how to copy text with a click of a button.

CSS pseudo-elements that I used for the first time.

/* Thumb: for Chrome, Safari, Edge */
&::-webkit-slider-thumb {}

/* Thumb: for Firefox */
&::-moz-range-thumb {}

Continued development

I have already completed two JavaScript courses on freeCodeCamp, and I am currently taking the Front End Development Libraries course, where I’ve finished Bootstrap, jQuery, and Sass, and I’m now working through React.

Alongside this, I am working on projects and following a learning path on Frontendmentor.

Useful resources

  • ChatGPT - He is my hero, if I need something fast, if I can't understand something, or if I can't find it on the internet, I always ask him.
  • W3Schools - This is my favorite documentation platform I've been using since I started programming, it's the best explained resource.
  • YouTube - I'm always looking for news and listening to other developers, sharing their experiences so that I can see many different solutions to a problem.

Author

Connect with Me

Coding Profiles

About

Part 17 | Password generator app Challenge by Fronendmentor.io & Coded by Dala

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0