Reference - Amaya-Wickramaarachchi/gpa-calculator GitHub Wiki

Reference

app/page.jsx

  • handleAddCourse: Adds course to LocalStorage.
  • calculateGpa: Computes GPA.
  • clearHistory: Resets data.

calculateGpa.test.js

  • Tests GPA calculation (e.g., 3.50 for A+B).