Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafinhaa/passd-reactn
https://github.com/rafinhaa/passd-reactn
react-native styled-components typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafinhaa/passd-reactn
- Owner: rafinhaa
- Created: 2022-01-18T19:36:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T18:16:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-31T17:42:26.413Z (almost 2 years ago)
- Topics: react-native, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 3.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SavePass
## π About
Segundo desafio da trilha de React Native do Ignite da Rocketseat. Nesse desafio eu treinei o que aprendi até agora com React Hook Form e navegação construindo um aplicativo para gerenciamento de senhas.[Detalhes](docs/ABOUT.md)
## π Technologies
- [React Native](https://reactnative.dev/)
- [TypeScript](https://www.typescriptlang.org/pt/)
- [Styled-components](https://styled-components.com/)
- [Yup](https://github.com/jquense/yup)
- [Jest](https://jestjs.io/)## π How to run the project
#### Clone the repository
```bash
git clone https://github.com/rafinhaa/passd-reactn
cd passd-reactn
```#### Install dependencies
```bash
yarn install
cd ios && pod install && cd ..
```#### Start server
```bash
yarn run ios
```## βΉοΈ Info
#### Preview
## π Changelog
##### v0.0.1
- Update README.md## π License
[MIT](LICENSE.txt)**Free Software, Hell Yeah!**