{"id":18387709,"url":"https://github.com/webobite/gstcalculator","last_synced_at":"2026-07-03T13:05:10.488Z","repository":{"id":120241600,"uuid":"272045330","full_name":"webobite/GSTCalculator","owner":"webobite","description":"GST calculator Java console Application","archived":false,"fork":false,"pushed_at":"2020-06-15T11:31:06.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T00:28:59.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webobite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-13T16:27:16.000Z","updated_at":"2020-06-15T11:31:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"b813e54c-40f8-42b7-80f3-b619274ca06c","html_url":"https://github.com/webobite/GSTCalculator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FGSTCalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FGSTCalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FGSTCalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webobite%2FGSTCalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webobite","download_url":"https://codeload.github.com/webobite/GSTCalculator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248508662,"owners_count":21115849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T01:27:28.640Z","updated_at":"2026-07-03T13:05:10.440Z","avatar_url":"https://github.com/webobite.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GST Calculator\n\nGST Calculator is a simple\tconsole\tapplication, which\tcalculates the\tGST\tand\tfinal selling price\tfor\ta given\tcommodity.\n\n# Features!\n\n|GST Slabs | Descriptions  |\n|---|---|\n| 0%  |No\tGST\tis\tapplied\ton\tthis\tcommodity   |\n| 5%  |A\tGST\tof\t5%\tis\tapplied\ton\ttop\tof\tthis\tcommodity.   |\n| 18%  |A\tGST\tof\t18%\tis\tapplied\ton\ttop\tof\tthis\tcommodity   |\n| 28%  |A\tGST\tof\t28%\tis\tapplied\ton\ttop\tof\tthis\tcommodity      |\n\nProduct's for which this GST Calculator is valid with respective GST percentage\n  - Food Grains (Rice, Wheat, Dal) --\u003e 0%\n  - Furnitures (Table, Sofa, Chair) --\u003e 5%\n  - Electronics (Mobile, TV, Tablet) --\u003e 18%\n  - Cosmetics (Cream, Perfume, Lotion) --\u003e 28%\n  \n# What to change GST Slave ? \n\nIn folder `src` get into package `com.gst.calculator` open the Java Class file `GST.java` update the GST Percentage slabs and update value of \n```\nprivate static final int foodGrainGSTPercent = 0;\nprivate static final int furnitureGSTPercent = 5;\nprivate static final int electronicsGSTPercent = 18;\nprivate static final int cosmeticsGSTPercent = 28;\n```\n# Want to add more products to application ? \n\nwe can add that too under four categories as in file `GST.java` : - \n\n```\nstatic List\u003cString\u003e foodGrainProducts = new ArrayList\u003cString\u003e() {\n\t\t{\n\t\t\tadd(\"Rice\");\n\t\t\tadd(\"Wheat\");\n\t\t\tadd(\"Dal\");\n\t\t}\n\t};\nstatic List\u003cString\u003e furnitureProducts = new ArrayList\u003cString\u003e() {\n\t\t{\n\n\t\t\tadd(\"Table\");\n\t\t\tadd(\"Sofa\");\n\t\t\tadd(\"Chair\");\n\t\t}\n\t};\n\nstatic List\u003cString\u003e electronicProducts = new ArrayList\u003cString\u003e() {\n\t\t{\n\t\t\tadd(\"Mobile\");\n\t\t\tadd(\"TV\");\n\t\t\tadd(\"Tablet\");\n\t\t}\n\t};\n\nstatic List\u003cString\u003e cosmeticsProducts = new ArrayList\u003cString\u003e() {\n\t\t{\n\n\t\t\tadd(\"Cream\");\n\t\t\tadd(\"Perfume\");\n\t\t\tadd(\"Lotion\");\n\t\t}\n\t};\n\n```\n### Tech\n\nGST Calculator is a console application made of :\n\n* Java version 1.8.0_251\n\n### Installation\nOpen in eclipse project and Run Configuration where pass the input as command line argument\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebobite%2Fgstcalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebobite%2Fgstcalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebobite%2Fgstcalculator/lists"}