https://github.com/robson16/nlw5-plantmanager
Projeto criado na Next Level Week 5.0
https://github.com/robson16/nlw5-plantmanager
nextjs nlw-5 nodejs react-native reactjs rocketseat socket-io
Last synced: 2 months ago
JSON representation
Projeto criado na Next Level Week 5.0
- Host: GitHub
- URL: https://github.com/robson16/nlw5-plantmanager
- Owner: Robson16
- License: mit
- Created: 2021-07-12T21:28:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T21:11:58.000Z (over 3 years ago)
- Last Synced: 2025-03-14T22:13:57.869Z (over 1 year ago)
- Topics: nextjs, nlw-5, nodejs, react-native, reactjs, rocketseat, socket-io
- Language: TypeScript
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.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.
---