- Formatting/UI (5pts):
- Navbar added (2pts): every age has a responsive navbar with links to necessary pages
- Overall project UI/Formatting Cart Page(3pts): Most pages that were edited including the show cart page have handlebar templates with tailwind CSS to make them user-friendly
- Product List Formatting/ Category Filter(3pts): Added category filter to product page with dynamically retrieved categories, and improed formatting
- Password Authentication (5pts):
- Customer ID and password authentication has been moved into a session variable, which is calculated in routes/customerAuth.js, which is accessed all throughout the website whenever error messages are needed.