https://github.com/papaskripto/student-portal
Student Grade Manager
https://github.com/papaskripto/student-portal
collections css3 html5 java oop spring-boot
Last synced: about 13 hours ago
JSON representation
Student Grade Manager
- Host: GitHub
- URL: https://github.com/papaskripto/student-portal
- Owner: papaskripto
- License: mit
- Created: 2026-04-08T23:03:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-22T10:53:49.000Z (15 days ago)
- Last Synced: 2026-06-22T12:19:14.508Z (15 days ago)
- Topics: collections, css3, html5, java, oop, spring-boot
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Student Portal
Organize student grades.
### How It Works:
- user (teacher/admin/parent) login
- Add a student
- Add student grades (teacher)
- View a student's portal (grades) (for parents)
- Calculate the student average grade (for teacher/admin)
- Find top student (for teacher/admin)
- Find bottom student (also for teacher/admin)
### Data Structure (How students are connected to grades)
Student -> list of grades
`HashMap>`
For example: `Geoffrey Ouma -> [Math:20, Chemistry: 33]`