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

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

Awesome Lists containing this project

README

          



SavePass


This project was a challenge from the React Native Ignite bootcamp from Rocketseat.

## 📸 Overview


stream.data Twitch authentication proccess
app

## 💻 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