ayamkv / ip-calculator

a form for inputting and calculating student grades (indonesia)

Home Page:https://hitung-ip.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ip-calculator

a form for inputting and calculating student grades. with PWA !

very customizable dawg

⚙️ How it works

It reads from a JSON file and generates a form with input fields for each subject listed in the file. The user can input their grades for each subject and the app will calculate their overall average grade.

📚 Subjects

As stated above, the inputs are automatically generated with createInput.js so you just need to change the json file

mapel.json :

{
  "listMapel": [
    "Pendidikan Agama",
    "PPkn",
    "Bahasa Indonesia",
    "MTKW",
    "Sejarah Indonesia",
    "Bahasa Inggris",
    "Seni Budaya",
    "PJOK",
    "Prakarya",
    "Bahasa Jawa",
    "MTKP",
    "Biologi",
    "Fisika",
    "Kimia",
    "Limit"   # add your subjects 
  ]
}

About

a form for inputting and calculating student grades (indonesia)

https://hitung-ip.pages.dev


Languages

Language:JavaScript 100.0%