GradeYouLater
Single page application for grading, 2016
Developer and Designer
- CSS3
- HTML5
- Javascript
- JQuery
Summary
GradeYouLater is a simple grading calculator that tallies grades, posts those grades to a table, and then can export that table as a spreadsheet.
Description
Play around with the project here. Explore the code here on Github.
The user enters in the student name, assignment name, and total possible points. The user then tallies using the big plus and minus buttons.
Tallying the student’s score here
The user can then push the grades to the table below, which can be exported to a spreadsheet.
Push student scores to table, which can then be exported to CSV