Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in readme file #1

Merged
merged 1 commit into from
Oct 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 !