Skip to content

Elikyals/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator

A utility web application that generates secure random passwords. Built as part of Scrimba's JavaScript module solo project.

Password Generator Screenshot

Live Demo

Features

  • Generate two random passwords simultaneously
  • Customize password length (15-64 characters)
  • Copy passwords to clipboard with a single click
  • Visual feedback when password is copied
  • Responsive design following Figma specifications

Password Character Set

The generator includes:

  • Uppercase letters (A-Z)
  • Lowercase letters (a-z)
  • Numbers (0-9)
  • Special characters (~`!@#$%^&*()_-+={}[]|:;<>.?/)

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Deployed on Netlify

Project Requirements

Core Requirements ✅

  • Built from scratch
  • Generates two random passwords on button click
  • Each password can be 15 characters long

Stretch Goals Achieved ✅

  • Configurable password length
  • Copy-on-click functionality with visual feedback

Setup

  1. Clone the repository
git clone https://github.com/Elikyals/password-generator.git
  1. Open index.html in your browser

Screenshots

screenshots\demo.gif)

Learn More

This project was built as part of Scrimba's JavaScript Course.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors