Skip to content

A basic student marks management software, just a small project to practice Javascript.

Notifications You must be signed in to change notification settings

DAN3002/Class-Marksheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Class Marksheet

A basic student marks management software, just a small project to practice Javascript.

Usage Scenarios

  1. Input student name and scores, then press "Enter" button to insert data into the table. The average score will not be calculated immediately and will be displayed as "?".
  2. Press the "Calculate Average Score" button to calculate the average of the three subjects (math, physics, and chemistry) for each student. The average score will replace the "?" in the "Average" column.
  3. Press the "Determine Outstanding Students" button to highlight students with an average score >= 8.0 in red.
  4. Press the "Sort by Average Score" button to sort the students by their average score in descending order.

How to Use

Clone and use it on the web as usual.

Built with

  • HTML5
  • CSS3
  • Javascript
  • jQuery
  • Skeleton CSS Framework

Contributing

Feel free to fork and contribute to this project.

Author

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A basic student marks management software, just a small project to practice Javascript.

Topics

Resources

Stars

Watchers

Forks