Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

readme.md

File metadata and controls

31 lines (20 loc) · 1.03 KB

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:
    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