An open-source GWA calculator built for Bicol University students
Compute your General Weighted Average quickly and accurately.
- Node.js (v20 or higher)
- npm (comes with Node.js)
-
Clone the repository:
git clone https://github.com/johannbuere/bu-gwa-calc.git cd bu-gwa-calc -
Install dependencies:
npm install
Start the development server:
npm run devOpen http://localhost:3000 in your browser to see the app
