This project is a demonstration (not a real-world application). It is a password generator built using React Native with Expo.
The video below shows how the application works. (Watch on Youtube here: https://youtu.be/y0Q79sp4sog).
Pass.Generator.React.Native.mp4
- React Native
- Expo
- Expo CLI
- Expo vector-icons
- Async Storage
- React Navigation
- Toast messages
- Generate random passwords with 5 customizable options.
- Store and delete generated passwords.
- Hide passwords from the screen whenever you want.
- Cross-platform compatibility with Expo.
To get started with this project, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Install dependencies using
npm install
. - Start the development server with
npm start
. - Use Expo Go app on your mobile device or an emulator to view the app.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code for educational and personal purposes.