byter11 / gpa-md

GPA Charts that can be embedded in markdown

Home Page:https://gpa-md.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPA Markdown Chart

This is a Next.js project hosted on Vercel.

Frontend

screenshot

API

query_parameters:
  required: either sgpa or cgpa or both
  - name: sgpa
    schema:
      type: string
      format: comma-separated floats
  - name: cgpa
    schema:
      type: string
      format: comma-separated floats
  - name: labels
    schema:
      type: string
      format: comma-separated strings

Example: Link Embedded

Running locally

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

About

GPA Charts that can be embedded in markdown

https://gpa-md.vercel.app


Languages

Language:TypeScript 77.2%Language:CSS 22.1%Language:JavaScript 0.6%