Semester Project 2
Rusty Relics
Overview
Rusty Relics is an auction marketplace application built with the Noroff Auction API. For the portfolio update, I focused on polishing UX details and tightening the codebase around pagination, user feedback messages, and listing media presentation.
Links
Live:
rustyrelics.netlify.app
Repository:
GitHub repo
Portfolio polish commit:
b70e47e
What I improved
- Pagination buttons now have a proper disabled state (not clickable on first/last page).
- Better user messages for actions and API errors (instead of browser alerts).
- Listing images improved with a main image and smaller thumbnails (no holes in a fixed grid).
- Added JSDoc where appropriate for clearer code and easier maintenance.
- Optional security hardening: CDN include with integrity and crossorigin for Font Awesome.