https://github.com/fandredev/nlw5
Applying a project with React Native + Typescript in the 5th edition of Rocketseat's Next Level Week
https://github.com/fandredev/nlw5
desenvolvimento expo nextlevelweek react-native typescript
Last synced: 10 months ago
JSON representation
Applying a project with React Native + Typescript in the 5th edition of Rocketseat's Next Level Week
- Host: GitHub
- URL: https://github.com/fandredev/nlw5
- Owner: fandredev
- Created: 2021-04-19T18:04:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T04:58:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T03:45:22.634Z (12 months ago)
- Topics: desenvolvimento, expo, nextlevelweek, react-native, typescript
- Language: TypeScript
- Homepage: https://portfolio-fandredev.vercel.app/
- Size: 2.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
plantmanager
[]()
---

Não esqueça mais de regar suas plantas. Nós cuidamos de lembrar você
sempre que precisar.
## 📝 Tabela de conteúdo
- [Sobre](#about)
- [Built Using](#built_using)
- [Autores](#authors)
- [Conquistas](#acknowledgement)
Aplicativo realizado na 5° ediçao da Next Level Week da Rocketseat com o objetivo de alertar os usuários a regarem suas plantinhas.
### Pré Requisitos
- Node.JS
- Expo CLI
- Acesso a Internet
- VSCode
### Instalação
Clone esse repositório
```
git clone https://github.com/flubyGit/NLW5.git
```
Entre na pasta do projeto
```
cd NLW5
```
Instale as dependências necessárias
```
sudo npm i
```
Starte a API de desenvolvimento com o script 'server.sh'
```
sudo bash server.sh
```
Abra outro terminal e starte o projeto Expo.
```
sudo npm start
```
- Não se esqueça de utilizar a palavra 'sudo' antes dos comandos de iniciação/instalação do projeto.
- Reinicie o expo sempre que ocorrer alguma mudança brusca no sistema.
- [React Native](https://reactnative.dev/) - Mobile Framework
- [JSON Server](https://github.com/typicode/json-server) - Server Library
- [Typescript](https://www.typescriptlang.org/) - Superset Javascript
- [Expo](https://expo.io/) - Development
- [@flubyGit](https://github.com/kylelobo) - Developer Web/Mobile Jr
- Conhecimento maior de AsyncStorage
- Conhecimento maior do Expo e do seu ecossistema
- Conhecimento maior da API de notificações nativas do Expo