Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mursalatul authored Aug 19, 2023
1 parent 0d03eac commit 2a8cbd7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Advanced-CGPA-Calculator
<p>Advanced CGPA calculator is a simple solution of calculating CGPA. We called it an advanced CGPA calculator because it can calculate multiple CGPAs at a time and show the average CGPA. An administrator or teacher can see previous results, calculate new CGPA and update them to the database so that students can see them from their account. As a student he can check his previous average grade point, average grade letter of a particular semester. This project is based on Dhaka International University’s grading system. In a specific semester, there are not more than 6 courses in a semester. So the calculator also can calculate 6 course’s CGPA at a time.</p>
<hr>
<h2>Features</h2>
<ul>
<li>Secure login system. A student can not enter into the teacher section.</li>
<img src="/data/images/login.png">
<li>Interactive CGPA calculation page with accurate result for student</li>
<div style="flex">
<img src="/data/images/stu1.png" width="400" height="570">
<img src="/data/images/stu2.png" width="400" height="570">
</div>
<li>Invalid data detection and indication.</li>
<img src="/data/images/stu3.png" width="600" height="800">
<li>Full control on the teacher's side.</li>
<div style="flex">
<img src="/data/images/tea1.png" width="400" height="570">
<img src="/data/images/tea2.png" width="400" height="570">
</div>
<li>Double check imputed data before uploading it</li>
<img src="/data/images/tea3.png">
</ul>

0 comments on commit 2a8cbd7

Please sign in to comment.