An app to generate strong passwords.
Report Bug
·
Request Feature
This app was originally created as part of the React Native Developer Training by Digital Innovation One (DIO).
The instructor Felipe Aguiar proposed the challenge "Batman Password Sequencer with React Native", a fun project designed for the fictional company Wayne Enterprises.
This repository is a fork of the instructor's project, where I implemented improvements and additional features.
- Generate a strong random password
- Copy password to clipboard
- (New) Password must include:
- At least 1 uppercase letter
- At least 1 lowercase letter
- At least 1 number
- At least 1 special character
- (New) User can choose password length between 4 and 20 characters
You'll need Node.js installed on your computer in order to build this app.
git clone https://github.com/ismaelldiias/react-native-bat-pass-generator.git
$ cd react-native-bat-pass-generator
$ npm install
$ npm run start🔧 Run the script
$ npm run startRuns the app in the development mode.
| Original Author | Maintainer & Improvements |
|---|---|
Felipe Aguiar |
Ismael Dias |