A Password generator app that generates 15 random characters for you to use as your secure password. Clicking on the button "Generate passwords" will generate two different set of passwords.
This is part of the Scrimba Front-End Career Path projects
- HTML
- CSS
- JavaScript
To get a local copy up and running follow these simple example steps.
- Clone the Repo or Download the Zip file or
https://github.com/ElijahTobs/Password-Generator
. cd /Password-Generator
- Open it with the live server
For tracking linter errors locally you need to follow these steps:
After cloning the project you need to run these commands
npm install
This command will download all the dependancies of the project
For tracking linter errors in HTML file, run:
npx hint index.html
For tracking linter errors in CSS or SASS file, run:
npx stylelint "\*_/_.{css,scss}"
And For tracking linter errors in JavaScript file, run:
npx eslint index.js
See the live by clicking Live Demo Link
👤 Elijah Ayandokun
- GitHub: @ElijahTobs
- Twitter: @ElijahTobs
- LinkedIn: Elijah Ayandokun
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to everyone who will get time to check this code and sugest any issue to improve the page.
- Thank you Scrimba
This project is MIT licensed.