Created as a tool for the "Estadistica General" course at UADE.
Because the calculators recommended by the professor are completely functional but lack a modern UI... or at least one that I personally like. Also, I wanted to practice more TypeScript.
Contributions are welcome!
Ideas:
- Page for a model that hasn't been implemented yet.
- Extend the functionality of existing pages.
- Fix a bug.
- Fix a typo.
Just contact me regarding what you want to implement before you start to make sure we're not working on the same thing and duplicating stuff. You proably want to read the existing issues or create a new before starting to code so we can discuss the details of the contribution over there.
Remember to add Jest tests that cover every new functionality :)
Use the calculator online
Make sure to have yarn
installed locally on you machine and then run the command yarn
while on the project's root directory in order to install the dependencies.
Run yarn start
to initialize the dev server and run your code locally.
Run yarn test
to run the tests.