acm-projects / Collector

Buy, sell, and trade to complete your ultimate collection or just show off your coolest collectables in this web marketplace
2 stars 0 forks source link

Added cart functionality. Updated auth persistence #33

Closed aadibhandary2001 closed 3 years ago

aadibhandary2001 commented 3 years ago

[IMPORTANT] We have a working cart page now where users can add items to their cart. but it is important that you notice the auth persistence has been updated to local, meaning you MUST LOG OUT when you are done with whatever you are doing. I added the logout method to the header file, so all you gotta do is click the dummy dropdown and click "Log Out" to log out. Log ins are still manual, but I am working on a render for the header that gives different menu options if you are logged in or logged out.

Infitimely commented 3 years ago

cleaned up frontend on cartpage and fixed footer

aadibhandary2001 commented 3 years ago

Looks great. Merging to dev