RPI-ITWS / ITWS-2110-F24-LuckyCharms

2 stars 0 forks source link

Borrowing history Page Completed #15

Closed Christian2147 closed 1 month ago

Christian2147 commented 1 month ago

Finished the borrowing history page.

This includes the HTML, CSS, and the JavaScript for the basic page elements and their functions.

BradsherC commented 1 month ago

Why have CSS and JS in external files if they are just for one page? Why not put them in the head?

BradsherC commented 1 month ago

This just has static data, I though for the mockup we were going to store their userid in a cookie and then this page would display the relevant items from data.json based on that.

BradsherC commented 1 month ago

All HTML, CSS, etc. works; other JS will be added