Skip to content

ismaelldiias/react-native-bat-pass-generator

 
 

Repository files navigation

Bat Password Generator (Improved Version)

An app to generate strong passwords.
Report Bug · Request Feature

📌 About the Project

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.

👀 Preview

🔥 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

🛠 Technologies

🚀 Building

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

📱 Usage

🔧 Run the script

$ npm run start

Runs the app in the development mode.

✨ Authors

Original Author Maintainer & Improvements

Felipe Aguiar

LinkedIn

Ismael Dias

LinkedIn

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%