Skip to content

You'll create an app that runs in the browser and features dynamically updated HTML and CSS, all powered by JavaScript code that you will write.

Notifications You must be signed in to change notification settings

khumbulani9/Intermediate-JavaScript-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript-Fundamentals-Console-Finances

Table of contents

Description of the assignment

This week’s challenge requires you to 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 will run in the browser, and will feature dynamically updated HTML and CSS powered by JavaScript code that you write. It will have a clean and polished user interface that is responsive, ensuring that it 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.

Acceptance criteria

The following image shows the web application's appearance and functionality:

password generator demo

  • Generate a password when the button is clicked
    • Present a series of prompts for password criteria
      • Length of password
        • At least 8 characters but no more than 128.
      • Character types
        • Lowercase
        • Uppercase
        • Numeric
        • Special characters ($@%&*, etc)
    • Code should validate for each input and at least one character type should be selected
    • Once prompts are answered then the password should be generated and displayed in an alert or written to the page

Grading Requirements

This challenge is graded based on the following criteria:

Technical Acceptance Criteria: 40%

  • Satisfies all of the above acceptance criteria plus the following:

    • The challenge should not produce any errors in the console when you inspect it using Chrome DevTools.

Deployment: 32%

  • Application deployed at live URL.

  • Application loads with no errors.

  • Application GitHub URL submitted.

  • GitHub repository that contains application code.

Application Quality: 15%

  • Application user experience is intuitive and easy to navigate.

  • Application user interface style is clean and polished.

  • Application resembles the mock-up functionality provided in the challenge instructions.

Repository Quality: 13%

  • Repository has a unique name.

  • Repository follows best practices for file structure and naming conventions.

  • Repository follows best practices for class/id naming conventions, indentation, quality comments, etc.

  • Repository contains multiple descriptive commit messages.

  • Repository contains quality README file with description, screenshot, and link to deployed application.

Review

You are required to submit the following for review:

  • The URL of the deployed application.

  • The URL of the GitHub repository. Give the repository a unique name and include a README describing the project.

Link URL to deployed app on GitHub

https://khumbulani9.github.io/Intermediate-JavaScript-Password-Generator/

Contact-link URL to GitHub repository

https://github.com/khumbulani9/Intermediate-JavaScript-Password-Generator/blob/main/README.md

Reference

https://bootcampspot.instructure.com/courses/5651/assignments/67065?module_item_id=1145576


© 2023 edX Boot Camps LLC. Confidential and Proprietary. All Rights Reserved.

About

You'll create an app that runs in the browser and features dynamically updated HTML and CSS, all powered by JavaScript code that you will write.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published