Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.35 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.35 KB

Password Generator App - FrontendMentor challenge

Password Generator is a responsive web application designed to help users generate secure and random passwords for their online accounts. This project was created as a challenge on Frontend Mentor, and it aims to showcase not only password generation but also modern front-end development practices.

Built with

Screenshots

image

Demo

https://passs-generator.netlify.app/

Run Locally

Clone the project

  git clone https://github.com/chadirabii/password-generator-app

Go to the project directory

  cd password-generator-app

Install dependencies

  yarn

Start the server

  yarn run dev

Author : Chadi Rabii