API - Amaya-Wickramaarachchi/gpa-calculator GitHub Wiki

API Documentation

The GPA Calculator is a client-side application using LocalStorage for data storage. No server-side API is implemented.

Specification

View the placeholder OpenAPI 3.0 specification in docs/openapi.yaml.

Notes

  • Reverted to LocalStorage to simplify the application, removing the server-side API.
  • Data is stored locally in the browser and persists across sessions.