Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatkhurrhn/random-password-generator
A simple yet powerful web application for generating secure random passwords. Built with Node.js and Express.js,
https://github.com/fatkhurrhn/random-password-generator
generator-password password-generator password-manager password-random
Last synced: about 1 month ago
JSON representation
A simple yet powerful web application for generating secure random passwords. Built with Node.js and Express.js,
- Host: GitHub
- URL: https://github.com/fatkhurrhn/random-password-generator
- Owner: fatkhurrhn
- Created: 2024-11-25T16:46:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-25T16:55:58.000Z (about 1 month ago)
- Last Synced: 2024-11-25T17:43:50.731Z (about 1 month ago)
- Topics: generator-password, password-generator, password-manager, password-random
- Language: CSS
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Random Password Generator
A simple yet powerful web application for generating secure random passwords. Built with **Node.js** and **Express.js**, this project helps users create customizable passwords to enhance their online security.
## Features
- Generate random passwords with customizable length.
- Modern and responsive UI for a seamless user experience.
- Built-in input validation to ensure password strength.
- Easy to run and deploy with minimal setup.## Technologies Used
- **Node.js**: Backend framework for server-side logic.
- **Express.js**: Lightweight framework to handle routing.
- **HTML5 + CSS3**: For the frontend design and responsiveness.
- **JavaScript (ES6)**: Interactive functionality for the UI.## Getting Started
To set up and run the project locally, follow these steps:
1. Clone the repository and navigate to the project directory:
```bash
git clone https://github.com/your-username/random-password-generator.git
cd random-password-generator
2. npm install
3. node app.js => http://localhost:3000