GithubHelp home page GithubHelp logo

rocketseat-education / bootcamp-gostack-desafio-07 Goto Github PK

View Code? Open in Web Editor NEW
49.0 4.0 59.0 8.05 MB

Desafio do sétimo módulo do Bootcamp GoStack 🚀👨🏻‍🚀

Home Page: https://rocketseat.com.br/bootcamp

License: MIT License

JavaScript 69.45% Python 8.08% Java 6.30% Objective-C 16.17%

bootcamp-gostack-desafio-07's Introduction

GoStack

Desafio 7: Arquitetura Flux

“Não espere resultados brilhantes se suas metas não forem claras”!

GitHub language count Made by Rocketseat License Stargazers

Sobre o desafio   |    Entrega   |    Licença

🚀 Sobre o desafio

Nesse desafio você migrará o projeto de e-commerce criado na web para dispositivos móveis utilizando React Native. O projeto terá as mesmas funcionalidades que o projeto web mas deve possuir uma interface mobile.

Um pouco sobre as ferramentas

Utilize ESLint, Prettier, EditorConfig, React Navigation e todas outras ferramentas que vimos até aqui no mundo do React Native.

Layout

O layout do projeto está em anexo com esse desafio. O arquivo .sketch (no diretório .github) pode ser aberto no Figma, que é uma ferramenta de prototipação online.

Resultado:

📅 Entrega

Esse desafio não precisa ser entregue e não receberá correção, mas você pode ver o resultado do código do desafio aqui. Após concluir o desafio, adicionar esse código ao seu Github é uma boa forma de demonstrar seus conhecimentos para oportunidades futuras.

📝 Licença

Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.


Feito com ♥ by Rocketseat 👋 Entre na nossa comunidade!

bootcamp-gostack-desafio-07's People

Contributors

avitorio avatar dependabot[bot] avatar diego3g avatar jpedroschmitz avatar victorsalesdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bootcamp-gostack-desafio-07's Issues

Remove call to function and avoid unnecessary calls at every status change

Remove the formatPrice function in this call:
<ProductPrice>{formatPrice(item.price)}</ProductPrice>

... and pass the attribute that was already passed in payload (data):
priceFormatted: formatPrice(product.price)

This will prevent multiple unnecessary calls to the formatPrice function. Result:
<ProductPrice>{item.priceFormatted}</ProductPrice>

localhost:3333

O app vai conseguir acessar o server localhost? Ele não vai tentar acessar o próprio localhost?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.