Skip to content

Commit

Permalink
Merge pull request #1 from prashantsagar73/typo
Browse files Browse the repository at this point in the history
typo in readme file
  • Loading branch information
dilipraj28 authored Oct 1, 2021
2 parents 27db443 + d7f0462 commit d75bfd1
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/SGPA-Calculator.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
# SGPA-Calculator
# SGPA(Semester Grade Point Average)-Calculator


## Description
Calculating SGPA from random alphabetic grades is a cumbersome problem that each VTU student faces. This Project is an attempt to make it easy for VTU students to calculate SGPA from their grades within a minutes. Currently one can calculate SGPA for 1st Year grades but we plan to extend it for all the years.
Calculating SGPA(Semester Grade Point Average) from random alphabetic grades is a cumbersome problem that each VTU student faces. This Project is an attempt to make it easy for VTU students to calculate SGPA from their grades within a minutes. Currently one can calculate SGPA for 1st Year grades but we plan to extend it for all the years.

## How To Use
Select your branch category and then enters your grade you got in respective subjects from a dropdown menu. Once done tap on calculate button and that's all you will have your SGPA calculated.

## Screenshots
* Choose the category for whome you want to calculate the SGPA(Semester Grade Point Average) precisely.

- #### Select your category
![Home Page - Select Category](/screenshot/home2.png?raw=true "Select your category")

- #### Enter Grades

* Enter the Grades(To know how we are converting the grades in to marks, visit -How it works page-)
![Form Page - Enter Grades](/screenshot/form1.png?raw=true "Enter Grades")

- #### Result

* Result - The finial output your SGPA(Semester Grade Point Average).
![Result Page - Calculated SGPA](/screenshot/result1.png?raw=true "Result")

## Thankyou, hope you enjoy it !



0 comments on commit d75bfd1

Please sign in to comment.