-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d03eac
commit 2a8cbd7
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |