← Back to projects

Crow Auction House

Crow Auction House homepage screenshot
Homepage for Crow Auction House, an auction platform built for Semester Project 2.
Live site GitHub

Project description

Crow Auction House is an auction website where users can browse listings, create their own auctions, place bids, and manage their profile.

The project was built with HTML, Tailwind CSS and Vanilla JavaScript, using the Noroff API for authentication, listings, bidding and profile data.

What I learned

This project helped me improve my understanding of working with API data, authentication, dynamic pages and user interactions in JavaScript.

Improvements Made

 before improvements
Before: Ended auctions could appear in the "Ending Soon" filter, which created a confusing user experience.
 after improvements
After: Updated the filtering logic so only active auctions are shown in "Ending Soon", improving the accuracy and usability of the listing overview.

While reviewing the project, I noticed that ended auctions could still appear in the "Ending Soon" filter. This made the results less accurate and could be confusing for users. I updated the filtering logic so only active auctions are shown, improving the overall user experience.