Academic Weighted Average calculator

Basic react app for calculating a weighted average of grades

Demo available on wavg.hrinkino.com

Licensed under MIT license

Building

    git clone https://github.com/dhrinkino/academic-weighted-average.git
    npm install
    npm run dev

Production build

    npm run build

Feel free to report any bugs or new features :)