https://github.com/keyyuwan/save-pass
Password management mobile app
https://github.com/keyyuwan/save-pass
asyncstorage expo react-hook-form react-native typescript
Last synced: 11 months ago
JSON representation
Password management mobile app
- Host: GitHub
- URL: https://github.com/keyyuwan/save-pass
- Owner: keyyuwan
- Created: 2022-07-05T01:06:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T14:43:18.000Z (over 3 years ago)
- Last Synced: 2025-01-06T15:24:15.292Z (about 1 year ago)
- Topics: asyncstorage, expo, react-hook-form, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SavePass
This project was a challenge from the React Native Ignite bootcamp from Rocketseat.
## 📸 Overview
## 💻 Project
The project is an app that allows users to save their services accounts passwords.
I included funcitonalities that goes beyond what the challenge was requesting, such as:
- Created SignIn screen;
- Authentication (with Google);
- Link users accounts to their passwords saved in storage, so different users will have their passwords saved in different storages.
- Used Context API to share the user's information throught the app;
**⚒️ Features**
- Google authentication;
- Register a service account password;
- Persist data using Async Storage;
- Deal with the form with uncontrolled components using React Hook Form;
- Option to hide/show the passwords;
## ✨ Technologies
#### - React Native
#### - TypeScript
#### - Expo
#### - Async Storage
#### - React Navigation
#### - React Hook Form
#### - Styled Components