This project is deployed at this link.
This is a tool for generating secure, random passwords and copy them to the clipboard. This project is part of the Solo Project section of the Basic JavaScript on Scrimba.
- HTML
- CSS
- JavaScript
- Customizable Password Length: Choose the desired length of the password.
- Character Options: Include uppercase letters, lowercase letters, numbers, and special characters.
- User-Friendly Interface: Simple and intuitive design for ease of use.
- Secure Generation: Ensures randomness and avoids predictable patterns.
Make sure you have the following installed:
- Clone this repository to your local machine:
git clone https://github.com/yourusername/meme-generator.git
- Navigate into the project directory:
cd meme-generator - Install the dependencies:
npm install
Start the development server:
npm startFeel free to contribute by submitting issues or pull requests. Ensure your code follows best practices and is thoroughly tested.