Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.81 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.81 KB

Password Generation App

The Password Generation App is a web application built with React and JavaScript. It allows users to generate strong and unique passwords with the help of colors as primary feedback. The app is designed to be minimal and user-friendly, with a focus on providing a smooth and intuitive user experience.

Features

  • Password generation with color-based feedback
  • Copy password to clipboard with one click
  • Password strengh analisis
  • Time to bruteforce the password rough calculation
  • Adjustable password length
  • Selectable characters category
  • PWA support for easy installation and offline usage on any device out there

Technologies Used

  • React
  • JavaScript
  • CSS
  • PWA API

Screenshots

Screenshot 1 Screenshot 2

Live Demo

To use the Snappy Password Generation App, simply visit the live demo in your web browser. The app is also designed to be installable as a Progressive Web App (PWA) for easy access and offline usage.

Getting Started

If you would like to run the app locally, you can follow these steps:

  1. Clone this repository to your local machine.
  2. Install dependencies by running npm install in the project directory.
  3. Start the app by running npm start.
  4. Visit http://localhost:3000 in your web browser to use the app.

Contributing

Contributions to the Snappy Password Generation App are welcome! If you would like to contribute, please open a pull request and include a brief description of your changes.

License

The Snappy Password Generation App is licensed under the MIT License. Feel free to use, modify, and distribute this app as you see fit.