https://github.com/dan3002/class-marksheet
A basic student marks management software, just a small project to practice Javascript.
https://github.com/dan3002/class-marksheet
css html javascript jquery skeleton-css
Last synced: about 1 month ago
JSON representation
A basic student marks management software, just a small project to practice Javascript.
- Host: GitHub
- URL: https://github.com/dan3002/class-marksheet
- Owner: DAN3002
- Created: 2018-10-24T12:58:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T06:03:51.000Z (over 2 years ago)
- Last Synced: 2025-03-29T01:06:35.309Z (about 2 months ago)
- Topics: css, html, javascript, jquery, skeleton-css
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [D.A.N_3002](https://github.com/DAN3002)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.