Skip to content

Create a password generator website using Java Script

Notifications You must be signed in to change notification settings

tbell-woG/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Create a password generator website using Javascript

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About The Project

The purpose of this project was to create a web application that would generate random passwords for a potiential employee. The generated password are based on criteria they’ve selected by modifying starter code. The criteria includes having at least 8 characters and no more than 128 characters. It also must have at least 1 uppercase letter, 1 lowercase letter, 1 number, and 1 special character. This app runs in the web browser and adapts to multiple screen sizes.

password-generator-screenshot

Built With

The password generator web application was created with 3 coding languages:

  • HMTL
  • CSS
  • JavaScript

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Contact

Tamira Bell - https://github.com/tbell-woG

Github Repository Link: https://github.com/tbell-woG/password-generator.git

Project Link: https://tbell-wog.github.io/password-generator/

About

Create a password generator website using Java Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published