https://github.com/rocketseat-education/nlw-05-react-native
Aplicação mobile com React Native produzida durante o Next Level Week #05
https://github.com/rocketseat-education/nlw-05-react-native
nlw nlw-05 react-native
Last synced: 4 months ago
JSON representation
Aplicação mobile com React Native produzida durante o Next Level Week #05
- Host: GitHub
- URL: https://github.com/rocketseat-education/nlw-05-react-native
- Owner: rocketseat-education
- Created: 2021-04-15T22:26:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T20:53:32.000Z (about 3 years ago)
- Last Synced: 2025-08-03T10:41:55.387Z (11 months ago)
- Topics: nlw, nlw-05, react-native
- Language: TypeScript
- Homepage:
- Size: 1.94 MB
- Stars: 62
- Watchers: 4
- Forks: 32
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## ✨ Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [React Native](https://reactnative.dev/)
- [Typescript](https://www.typescriptlang.org/)
- [Expo](https://expo.io/)
## 💻 Projeto
Aplicativo para lhe ajudar a lembrar de cuidar de suas plantas de forma fácil de acordo com cada tipo de plantinha.
## 🔖 Layout
Você pode visualizar o layout do projeto através [desse link](https://www.figma.com/file/IhQRtrOZdu3TrvkPYREzOy/PlantManager/duplicate). É necessário ter conta no [Figma](http://figma.com/) para acessá-lo.
## 🚀 Como executar
- Clone o repositório
- Instale as dependências com `yarn`
- Inicie seu app com `expo start`
- Inicie a fake api com `json-server ./src/services server.json --host 192.168.1.4 --port 3333 --delay 700`. Substitua o host pelo seu endereço IP local. Faça o mesmo no arquivo API dentro de services.
## 📄 Licença
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE.md) para mais detalhes.
---
Feito com ♥ by Rocketseat 👋🏻 [Participe da nossa comunidade!](https://discordapp.com/invite/gCRAFhc)