Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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