https://joemogy.github.io/unique-password-generating-application/
Short discription
--In this repository you will find the code to a website that I built using HTML CSS and most importantly JavaScript to create an application that enables employees to generate random passwords based on criteria that they’ve selected. This app will run in the browser and features dynamically updated HTML and CSS powered by JavaScript code that you write. It has a clean and polished, responsive user interface that adapts to multiple screen sizes.
The password can include special characters. If you’re unfamiliar with these, see this list of password special characters from the OWASP Foundation.
- Why did you build this project?
employee's with access to sensitive data WANT to randomly generate a password that meets certain criteria SO THAT they can create a strong password that provides greater security
- What problem does it solve?
employee's with access to sensitive data WANT to randomly generate a password that meets certain criteria SO THAT they can create a strong password that provides greater security
- What did you learn? html css javascript github.pages
The following image shows the web application's appearance and functionality:
https://joemogy.github.io/unique-password-generating-application/
download from repo via zip, rar, http, ssh.
HTTP https://github.com/joemogy/unique-password-generating-application.git
SSH [email protected]:joemogy/unique-password-generating-application.git
extract
open in vscode run in browser
if that dosent work do below steps
HTTP https://github.com/joemogy/unique-password-generating-application.git
SSH [email protected]:joemogy/unique-password-generating-application.git
git pull in new
##Screenshot
##live Link
-https://joemogy.github.io/unique-password-generating-application/ https://joemogy.github.io/unique-password-generating-application/
##Credits
https://eloquentjavascript.net/ https://www.w3schools.com/html/default.asp https://www.w3schools.com/css/css_howto.asp https://coding-boot-camp.github.io/full-stack/github/professional-readme-guide https://www.owasp.org/index.php/Password_special_characters
##License
MIT License
Copyright (c) [2022] [Joseph Kennedy Duncan Mogavero]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
🏆