diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..73f69e0
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.idea/SGPA-Calculator.iml b/.idea/SGPA-Calculator.iml
new file mode 100644
index 0000000..d0876a7
--- /dev/null
+++ b/.idea/SGPA-Calculator.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..d56657a
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..a7b468a
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 82000fc..c605c32 100644
--- a/README.md
+++ b/README.md
@@ -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 !
+
+