-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wrote the readme , there some work to do like.. add screen shorts and links
- Loading branch information
1 parent
dab73ac
commit dd7b8b1
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
Got it! Here's the revised README file tailored for your PassForge password generator web application: | ||
|
||
--- | ||
|
||
# PassForge - Generate Unbreakable Passwords | ||
|
||
## Overview | ||
|
||
PassForge is a web application designed to generate strong and unbreakable passwords ranging from 4 to 32 characters. It provides customization options, allowing users to create passwords with a mixture of lowercase letters, uppercase letters, numbers, and special characters. | ||
|
||
## Features | ||
|
||
- **Strong Password Generation**: PassForge generates strong and secure passwords to help users protect their accounts and data. | ||
- **Customization Options**: Users can customize the length of the password (from 4 to 32 characters) and choose the character types to include (lowercase, uppercase, numbers, special characters). | ||
- **Highly Secure**: The generated passwords are designed to be highly secure and resistant to brute-force attacks. | ||
- **User-Friendly Interface**: PassForge offers an intuitive and user-friendly interface for generating passwords easily. | ||
- **Responsive Design**: The application is built with a responsive design, ensuring optimal usability across various devices. | ||
- Responsive Design: The application is designed to seamlessly adapt to various screen sizes, ensuring optimal user experience across devices. | ||
- Attractive UI/UX: The user interface is carefully crafted to be visually appealing and intuitive, enhancing user engagement and satisfaction. | ||
- HTML/CSS/JavaScript: The project utilizes HTML for structuring content, CSS for styling, and JavaScript for dynamic functionality. | ||
|
||
## Screenshots | ||
|
||
![Screenshot 1](screenshots/screenshot1.png) | ||
![Screenshot 2](screenshots/screenshot2.png) | ||
![Screenshot 3](screenshots/screenshot3.png) | ||
|
||
## Demo | ||
|
||
[Link to live demo](#) | ||
|
||
|
||
## Usage | ||
|
||
1. Open PassForge in your web browser. | ||
2. Choose the desired password length using the slider. | ||
3. Select the character types to include in the password (lowercase, uppercase, numbers, special characters). | ||
4. Click the " Generate -> " button to create a new password. | ||
5. Copy the generated password and use it securely for your accounts. | ||
|
||
## Credits | ||
|
||
- [Ajmal Faris](https://github.com/ajmalfaris11) - Project author and maintainer | ||
|
||
## Resources | ||
|
||
- [HTML documentation](https://developer.mozilla.org/en-US/docs/Web/HTML) | ||
- [CSS documentation](https://developer.mozilla.org/en-US/docs/Web/CSS) | ||
- [JavaScript documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript) |