https://github.com/blordeus/password-generator-app
https://github.com/blordeus/password-generator-app
bootstrap html-css-javascript
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blordeus/password-generator-app
- Owner: blordeus
- Created: 2023-10-05T19:56:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T02:45:09.000Z (over 2 years ago)
- Last Synced: 2025-02-27T07:59:23.660Z (over 1 year ago)
- Topics: bootstrap, html-css-javascript
- Language: HTML
- Homepage: https://blordeus.github.io/password-generator-app/
- Size: 444 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Password generator app solution
This is a solution to the [Password generator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/password-generator-app-Mr8CLycqjh). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
* [Overview](#overview)
* [The challenge](#the-challenge)
* [Screenshot](#screenshot)
* [Links](#links)
* [My process](#my-process)
* [Built with](#built-with)
* [Author](#author)
## 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
* Solution URL: [ solution URL ](https://github.com/blordeus/password-generator-app)
* Live Site URL: [ live site URL ](https://blordeus.github.io/password-generator-app/)
## My process
### Built with
* Semantic HTML5 markup
* CSS custom properties
* Flexbox
* CSS Grid
* Mobile-first workflow
* JavaScript
* Bootstrap
## Author
* Frontend Mentor - [@blordeus](https://www.frontendmentor.io/profile/blordeus)