The user will be able to:
- Generate two passwords of 15 long alphanumeric characters.
- The passwords can be copied to the clipboard by clicking on them and the user will be notified with a message.
- CSS
- HTML5 markup
- Flexbox
- Vanilla JavaScript
- Responsive design for small screens
- Save to localStorage theme picked by the user
Light/dark mode
To run this repo you will need to install:
- git
- After installing the package run in ths terminal the command
git --version
, if the installation was successful the ouput should look liks this:git version x.xx.x.windows.x
. Download here.
- After installing the package run in ths terminal the command
- Node Js
- After the installation run the command
node --version
, if the ouput looks likevxx.xx.x
it means the installation was successful. Download here.
- After the installation run the command
- Live Server
- With this extension you will be able to launch development local Server. Download here.
Initialize git, clone the repo and cd into the folder:
git init
git clone
cd password-generator
To install the dependecies run:
$ yarn # npm install
After installing the dependencies run Live Server.
- Variable declaration
- Function
- Loops and iteration
- Return statement
- Document.getElementById()
- Node.appendChild()
- Element.classList
- Math.random()
- Math.floor()
- Element.remove()
- @keyframes
- @media
- import
I want to thanks Scrimba and their team for teaching me the necessary tools to complete this project in my journey to become a full stack developer.
I hope you like this project and it ends up being useful to you 👨💻