Old source code could be seen here.
Regresi Linear App is a web application that used to help practicum of Laboratorium Fisika Dasar Universitas Telkom for several practicum modules, like Gerak Lurus Berubah Beraturan (GLBB), Superposisi Getaran Harmonik (SGH), and others that needed regression linear method to calculate datas that got on practicum.
- VueJS
- MathJax
- Bootstrap
Production released: https://regresi.msatrio.com
- Clone the project
- Open the project folder in terminal or command prompt
- Type
yarn
to install packages needed - Type
yarn run serve
- After the development server launching, open the browser and go to
http://localhost:8080
Anyone who interested to contribute! :)
- Fork this project
- After your had finished changed the code, commit it to your forked repository
- Rebase your forked repository with the original repository
- Submit pull request to original repository (don't forget to give the clear description about your PR)
- After the maintainer approved your pull request, it can be merged!