Decode Savepass ?
Overview ?
App de um gerenciador de senhas utilizando React-Native, Expo.CLI e AsyncStorage.
How to use ?
Use yarn
or npm
install to install project dependencies. Then start the project:
expo start
How to contribute ⚙️
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
Credits ?
Thanks to Rodrigo da Rocketseat for making the content available in his repository and on YouTube.