
GradeYouLater
App, Javascript, Web design
Developer and Designer
GradeYouLater is a simple grading calculator that tallies grades, posts those grades to a table, and then can export that table as a spreadsheet.
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