The idea of the App is:
"Create randomized passwords for personal use".
This project aimed to learn and start studies on mobile application development, learn about new languages, APIs, frameworks and challenge me.
Connect to my Linkedin
Feel free to use it as a study and make improvements.
The project is opensource!!!
If you want to test the application, click the button below:
Download Android .apk installer
iOS .ipa installer: Soon!
- Create strong and randomized passwords by selecting the number of characters you want.
To run this project in the development mode, you'll need to have a basic environment to run a React-Native App.
Use Expo framework to manipulate the application.
Smartphone emulator or Expo Go app installed.
Cloning the Repository
$ git clone https://github.com/lucasoal/app-password-generator
$ cd app-password-generator
Installing dependencies
$ yarn
or
$ npm install
With all dependencies installed and the environment properly configured, you can now run the app:
In the app-weather directory run the command:
expo start
This will open a page in your browser with a QR Code.
Scan the QR Code using the Expo Go app. This will emulate the application on your smartphone.
You can run it through the emulator by clicking on the option that will appear above the QR Code in the browser.
- React-Native - Build the native app using JavaScript and React
- Adobe Photoshop - Image manipulation
- Stack Overflow - Research and also bug fixing
If you have any question about the project...
Email-me: lucasomarandradeleal@gmail.com
Connect to my Linkedin
Thank you!