Analysis of Student data(marks) graphically
beginner level project, Analysis of Student data(marks) graphically,
JAVA JDK JRE IDE (netbeans or Eclipse)
database name = school with tables = login and student
On the starting panel, it is the Login and Register page two sections are devided for each, one for login and one for register, For registering the user will need a admin key which is 111 in by default,
The main page this have navigation buttons for different panels for different use,
information of student will be filled here, data will go into my sql database 'school' table 'students',
List of all students who are enrolled is found here we can perform search by name or search by class the data will be in asscending order into a Jtable, selecting any student from that jtable gives you access to edit the information this will automatically be updated in the database also,
Again we can search list of students by their class selecting them from the jtable will give you access to update their marks in respective subjects
Again we can search list of students by their class selecting them from the jtable will give you access to watch and analys the students performance in all the subjects with graphs graphs have different colors for different performance , good performance will be of green, moderate performance will be of orange, bad performance will be of red, the average of all the marks have a different graph for itself, it is also based on the same color scheme
This is an open source project, feel free to work on this. you dont't need to set up any extra things in this project just run this and you'll be set to go.
made and developed by HARSH BORSE