Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caduzulian/nlw-expert-react-native
This is a project developed during the Next Level Week Expert, presented by Rocketseat during February 2024.
https://github.com/caduzulian/nlw-expert-react-native
expo nativewind nlw-expert project-image react-native rocketseat tailwindcss zustand
Last synced: about 9 hours ago
JSON representation
This is a project developed during the Next Level Week Expert, presented by Rocketseat during February 2024.
- Host: GitHub
- URL: https://github.com/caduzulian/nlw-expert-react-native
- Owner: CaduZulian
- Created: 2024-02-07T12:49:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T03:04:06.000Z (9 months ago)
- Last Synced: 2024-02-14T11:45:47.875Z (9 months ago)
- Topics: expo, nativewind, nlw-expert, project-image, react-native, rocketseat, tailwindcss, zustand
- Language: TypeScript
- Homepage:
- Size: 4.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sobre o projeto
Projeto desenvolvido durante o Next Level Week Expert, apresentado pela **[Rocketseat](https://www.rocketseat.com.br/)**, que ocorreu de 5 a 8 de fevereiro de 2024.
O projeto consiste em um aplicativo de delivery, onde o usuário tem acesso ao cardápio do estabelecimento, seleciona os itens que o interessa, e ao confirmar o pedido, é redirecionado para o Whatsapp do estabelecimento, onde a mensagem com o pedido pode ser enviada.
## Bibliotecas utilizadas
- **[ReactJS](https://reactjs.org/)**
- **[React Native](https://reactnative.dev/)**
- **[Expo](https://expo.dev/)**
- **[Nativewind](https://www.nativewind.dev/)**
- **[Zustand](https://zustand-demo.pmnd.rs/)**> Veja o arquivo [package.json](https://github.com/CaduZulian/nlw-expert-react-native/blob/main/package.json)
## Rodando o projeto
Com o expo, é muito simples rodar esse projeto, basta seguir os passos abaixo:
```bash
# Clone este repositório$ git clone https://github.com/CaduZulian/nlw-expert-react-native.git
# Acesse a pasta do projeto no terminal/cmd
$ cd nlw-expert-react-native
# Instale as dependências
$ yarn
# Execute a aplicação
$ yarn start
# O expo inicializará, basta escanear o QR code para abrir no seu dispositivo móvel
# ou utilizar os atalhos para abrir no emulador```
## Desenvolvedores