EN/
This hands-on project was conceived with the goal of putting into practice all the concepts and skills acquired in the beginning of learning programming in React. It is a simple calculator that could have easily been made in JS, but was made with React so that it was possible to explore the possibilities and understand how React programming works in practice.
It's a simple layout that performs basic math operations and returns the result, semi-responsive (the layout supports up to the dimension of a tablet, in smartphone resolution it starts to break, but it will be fixed).
PT-BR/
Este projeto prático foi concebido com o objetivo de colocar em prática todos os conceitos e habilidades adquiridas no começo do aprendizado de programação em React. É uma simples calculadora que poderia ter sido feita facilmente em JS, mas foi feita com React para que fosse possível explorar as possibilidades e entender como a programação React funciona na prática.
É um layout simples que realiza operações básicas de matemática e retorna o resultado, semi-responsiva (o layout suporta até a dimensão de um tablet, em resolução de smartphone começa a quebrar, mas será corrigida).