Coder Social home page Coder Social logo

nikolaybutnik / password-generator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 13 KB

Project 3 for Carleton University Coding Bootcamp.

Home Page: https://nikolaybutnik.github.io/assignment-3-password-generator/

HTML 13.60% CSS 22.93% JavaScript 63.47%

password-generator's Introduction

Assignment 3: Password Generator

Assignment 3 for Carleton University Coding Bootcamp. This assignment focused on creating a functional password generator that took multiple user inputs, processed the inputs, and returned a randomized string of characters based on user's specifications. Link to application

Pupose

The purpose of this application is to collect user input on the criteria they want their password to meet, and to output a string of characters meeting that criteria.

Instructions

Upon clicking the Generate Password button, the application will prompt the user to answer a series of questions.

  • How long will the password be? Length must be between 8 and 128 characters.
  • Will lowercase characters be included in the password?
  • Will uppercase characters be included in the password?
  • Will numbers be included in the password?
  • Will special characters be included in the password?

The resulting randomized string of characters will then be displayed in the text field. To generate another password, click the Generate Password button again and follow the onscreen prompts.

Built With

  • HTML
  • CSS
  • JavaScript

Concepts Utilized

  • Arrays
  • Loops (for/while)
  • Functions and callback functions
  • User prompts
  • Conditional statements

password-generator's People

Contributors

nikolaybutnik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.