Skip to content

A web page that generates strong passwords built with React and TailwindCSS

License

Notifications You must be signed in to change notification settings

neemiassgc/password-generator

Repository files navigation

README in PT-BR 🇧🇷

Password Generator Web App 🔐

A simple Web App to generate strong passwords hosted on Vercel. It was made with React, NextJS and MUI Components using Typescript and Tailwindcss

Top language Code size Repo size License Last commit Host Javascript framework Css framework Language

Core Features ✨

  • 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.

Preview on Desktop 🔥🖥️

[]

Preview on Mobile 🔥📱

[]

Demo 🎮

This application is hosted on Vercel and it can be viewed on the following link: https://password-generator-next.vercel.app/

Technologies 🔨

html css tailwind javascript typescript react vercel nextdotjs visualstudiocode npm nodejs mui

Web APIs 🪐

Clipboard API

Libs 📓

React icons
Mui Components

Run locally 🖱️

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.

License 📝

This project is under MIT License

About

A web page that generates strong passwords built with React and TailwindCSS

Resources

License

Stars

Watchers

Forks