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

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

Awesome Lists containing this project

README

          


Project logo

plantmanager

[![Status](https://img.shields.io/badge/status-active-success.svg)]()

---


Imagem
Imagem
Imagem
Imagem

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)

## 🧐 Sobre

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
```

## 🚀 Desenvolvimento

- 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.

## ⛏️ Ferramentas usadas

- [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

## ✍️ Autores

- [@flubyGit](https://github.com/kylelobo) - Developer Web/Mobile Jr

## 🎉 Conquistas

- Conhecimento maior de AsyncStorage
- Conhecimento maior do Expo e do seu ecossistema
- Conhecimento maior da API de notificações nativas do Expo