A simple Web App to generate strong passwords hosted on Vercel. It was made with React, NextJS and MUI Components using Typescript and Tailwindcss
- Button to copy the generated password to clipboard. Its implementation makes use of a browser Web API called Clipboard API.
- It contains a strength indicator that shows how strong the current password is.
This application is hosted on Vercel and it can be viewed on the following link: https://password-generator-next.vercel.app/
Clipboard API
React icons
Mui Components
Download the repository by running git clone git@github.com:neemiassgc/password-generator.git
.
Use the command cd password-generator.git
to enter the root directory.
Execute npm run dev
to start the application on development mode, and then open the url localhost:3000
on browser to view it.
This project is under MIT License