https://github.com/luc4sguilherme/password-generator-app
A simple password generator made with react native
https://github.com/luc4sguilherme/password-generator-app
expo password-generator react-native
Last synced: 2 months ago
JSON representation
A simple password generator made with react native
- Host: GitHub
- URL: https://github.com/luc4sguilherme/password-generator-app
- Owner: Luc4sguilherme
- License: mit
- Created: 2021-03-19T21:03:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T22:42:32.000Z (over 5 years ago)
- Last Synced: 2025-06-18T21:46:22.722Z (about 1 year ago)
- Topics: expo, password-generator, react-native
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🚀 Technologies
This project was developed with the following technologies:
- [Expo][expo]
- [React Native](https://reactnative.dev/)
- [VS Code][vc] with [EditorConfig][vceditconfig] and [ESLint][vceslint]
## :information_source: How To Use
To clone and run this application, you'll need [Git][git], [Node.js][nodejs], [Expo][expo] and [Yarn][yarn] installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/Luc4sguilherme/password-generator-app
# Go into the repository
$ cd password-generator-app
# Install dependencies
$ yarn install
# Run the app (iOS)
$ yarn ios
# Run the app (Android)
$ yarn android
```
## Author
👤 **Lucas Guilherme**
- Github: [@Luc4sguilherme](https://github.com/Luc4sguilherme)
## 📝 License
Copyright © 2021 [Lucas Guilherme](https://github.com/Luc4sguilherme).
This project is [MIT](https://github.com/Luc4sguilherme/password-generator-app/blob/master/LICENSE) licensed.
---
[nodejs]: https://nodejs.org/
[expo]: https://expo.io/
[git]: https://git-scm.com
[yarn]: https://yarnpkg.com/
[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint