Skip to content

Frontend-side of Probscalc, web app to calculate discrete distribution

License

Notifications You must be signed in to change notification settings

izharul-haq/probscalc-front

Repository files navigation

ProbsCalc

ProbsCalc is a simple calculator that help user to calculate discrete distribution with given input. Currently, ProbsCalc support four features:

  1. Binomial distribution

  2. Geometric distribution

  3. Hypergeometric distribution

  4. Poisson distribution

Files in this repository is used as frontend side of ProbsCalc

How to Use

  1. Pre-running:

    • Install node_modules with yarn install command.

    • Make sure the backend side is running. Then, set NEXT_PUBLIC_API_URL to backend address.

  2. Run application:

    • Use yarn dev to run application in development mode.

    • Use yarn build-production to build application and yarn start to run application in production mode.

  3. Open localhost:8080 in your browser.

About

Frontend-side of Probscalc, web app to calculate discrete distribution

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published