Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laisfrigerio/math-solver
Resolvedor de formulas matemáticas
https://github.com/laisfrigerio/math-solver
hacktoberfest javascript js math mathematics solver
Last synced: about 18 hours ago
JSON representation
Resolvedor de formulas matemáticas
- Host: GitHub
- URL: https://github.com/laisfrigerio/math-solver
- Owner: laisfrigerio
- License: mit
- Created: 2020-10-03T16:27:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T12:37:11.000Z (about 4 years ago)
- Last Synced: 2023-03-05T06:39:27.573Z (over 1 year ago)
- Topics: hacktoberfest, javascript, js, math, mathematics, solver
- Language: JavaScript
- Homepage: https://laisfrigerio.github.io/math-solver/
- Size: 218 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# :copyright: Math solver
Resolvedor de fórmulas matemáticas
## :up: Objetivo
Reunir em um único site um solucionador de várias fórmulas matemáticas.
### 🛠️ Stack
- HTML
- SASS
- Javascript - resolvedor utilizando essa tech
- Gulp - compilador de CSS/JS### Run
- `npm install`
- `npm run watch` para escutar alterações nos arquivos css/js
- `npm run build`## :star: Fórmulas
### Área de Figuras Planas
- :black_square_button: Retângulo
- :black_square_button: Quadrado
- :black_square_button: Triângulo
- :black_square_button: Círculo
- :black_square_button: Losango
- :black_square_button: Trapézio
- :black_square_button: Paralelograma### Circuferências
- :black_square_button: Comprimento
### Função de primeiro grau
### Função de segundo grau
### Juros
- :black_square_button: Simples
- :black_square_button: Composto### Matrizes
## Como contribuir
Qualquer ajuda que agregue valor ao projeto, seja na edição do código-fonte ou nas documentações é muito bem vinda.
- Faça um Fork desse repositório
- Faça um clone do respositório criado a partir do fork: git clone https://github.com/seuusuario/math-solver.git
- Crie uma branch com a sua feature: git checkout -b my-feature
- Commit suas mudanças: git commit -m 'feat: My new feature'
- Push a sua branch: git push origin my-feature
- Ir em Pull Requests do projeto original e criar uma pull request com o seu commit## :woman: Author
[@laisfrigerio](https://github.com/laisfrigerio/)
## 📄 License
This project is licensed under the MIT License - see the LICENSE.md file for details