Giter Site home page Giter Site logo

password_generator's Introduction

Password Generator

Description

This is the solution for the challenge from EdX bootcamp, Week 5, Day 4. Durin Week 5 at the bootcamp, I learnt advanvced Javascript and my task was to apply the skills I got and create an application that an employee can use to generate a random password based on criteria they’ve selected by modifying starter code. This app runs in the browser, and features dynamically updated HTML and CSS powered by JavaScript code I wrote. It has a clean and polished user interface that is responsive, ensuring that it adapts to multiple screen sizes.

The criteria I need to take into account are the following:

Generate a password when the button is clicked:

  1. Present a series of prompts for password criteria 1.1. Length of password 1.2. At least 8 characters but no more than 128.
  2. Character types 2.1.Lowercase 2.2. Uppercase 2.3. Numeric 2.4. Special characters ($@%&*, etc)
  3. Code should validate for each input and at least one character type should be selected
  4. Once prompts are answered then the password should be generated and displayed in an alert or written to the page

A link to the deployed application

https://yuzbamaria.github.io/Password_Generator/

A screenshot of the application

screenshot-password-generator

password_generator's People

Contributors

yuzbamaria 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.