An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

student-portal-2

# 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]`