Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

12 lines (12 loc) · 1.04 KB

Student Grade Table

Student grade table is a content management application with CRUD functionality that keeps track of student courses and grades. Users are able to add and delete students from the provided API database and display them in a table.

Technologies Used

HTML5, CSS3, JavaScript, jQuery, Bootstrap

Version 0.1

Version 0.1 is the starting point for student grade table. It provides the HTML skeleton and CSS styling using Bootstrap classes. Add functionality is incorporated that lets students be added locally.

Version 0.5

Version 0.5 incorporates the delete functionality. When clicking on the delete button, the student corresponding to the button is removed from the table.

Version 1.0

The table is now populated with student data from the provided API database in addition to containing local stored data.

Version 2.0

Version 2.0 builds off of the previous version and adds more CRUD functionality. Create and delete functionality is now added so that student information that has been added or deleted will be retained on load.