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.
- 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.
- 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.
To set up and run the project locally, follow these steps:
- Clone the repository and navigate to the project directory:
git clone https://github.com/your-username/random-password-generator.git cd random-password-generator
- npm install
- node app.js => http://localhost:3000