An open API service indexing awesome lists of open source software.

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

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