Application developed by Gustavo Noronha
For Live do Youngdev Official Site.
First Step: Project clone.
You can download or clone my project in the following URL.
# crie um novo repositório e baixe o projeto
ifood clone interface https://github.com/GustavoNoronha/ifood-live-completoRun the packages.
You can do this using Yarn or NPM.
npm install ou
yarn installRun the json-server!
You must execute Json Server for access to the images and others!
_
Para instalar o Json Server / yarn : yarn add json-server ou
Para instalar o Json Server / npm : npm install json-serverNow we need to run Json Server to have access to our "API" later!
Para executar o Json Server: npx json-server --H 192.168.0.12 -p 3333 server.jsonNote that the local IP 192.168.0.12 is mine, you should replace with yours, to know your IP should go to CMD and type the command below:
ipconfigNote: Choose the option: IPv4 address.
Change the API path!

Run the project with Expo! Now we need to execute the project!
expo start
Test the project with Expo!
Having executed the Expo just scan the QR code or run in the browser!

Learn the structuring of this project / SRC
├── src
├── assets
├── componentes
├── endereco
index.js
styles.js
├── categorias
├── cupom
├── cabecalho
├── pesquisa
├── ofertas
├── promocoes
├── restaurantes
├── sugestoes
├── pages
├── home
├── delivery
├── services
api.js
├── utils
routes.js
| Appeal | Link |
|---|---|
| Yarn | https://yarnpkg.com/ |
| NPM | https://www.npmjs.com/ |
| Website | https://www.Jovemdev.com.br/ |
| https://www.instagram.com/jovemdev.oficial/ | |
| Youtube | https://www.youtube.com/channel/uc_ahwgnm0yxyc2ldhjcregg |
| Instagram (personal) | https://www.instagram.com/gustavonoronha0/ |