Skip to content

Password generator made with React, TypeScript and Tailwind CSS. Minimalistic, mobile-friendly responsive design.

License

Notifications You must be signed in to change notification settings

EimantasVesialka/React-Password-Generator

Repository files navigation

Description

Password generator web application built with React, Typescript and TailWindCSS. Minimalistic and mobile-friendly design.

Live version: https://react-password-generator-tawny.vercel.app/

Password generator

Select desired options: type (characters or words), length, capital letters, digits or symbols, and press Generate password.

Dependencies

React: https://reactjs.org/
FontAwesomeIcon (react-fontawesome): https://fontawesome.com/
faSyncAlt: https://fontawesome.com/icons/sync-alt?style=solid
faCopy: https://fontawesome.com/icons/copy?style=solid
faUnlockAlt: https://fontawesome.com/icons/unlock-alt?style=solid
faLock: https://fontawesome.com/icons/lock?style=solid
faCheckCircle: https://fontawesome.com/icons/check-circle?style=solid
react-toastify: https://www.npmjs.com/package/react-toastify
Switch (react-switch): https://www.npmjs.com/package/react-switch
tippy.js: https://atomiks.github.io/tippyjs/
axios: https://axios-http.com/
tailwind.css: https://tailwindcss.com/
tippy.css: https://atomiks.github.io/tippyjs/
react-toggle: https://www.npmjs.com/package/react-toggle

Install

  1. Open terminal and enter the following command:
git clone https://github.com/EimantasVesialka/react-password-generator.git
  1. Change directory:
cd react-password-generator
  1. Install dependencies:
npm install
  1. Run the app in development mode:
npm start
  1. Open app in browser: Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Password generator made with React, TypeScript and Tailwind CSS. Minimalistic, mobile-friendly responsive design.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published