Star Wars Unlimited Card Collection Tracker
Since Star Wars Unlimited is a collectible card game, it is important to keep track of which cards you own and which you need. This site will help you with that. It will also show you the current market price of the cards you own and need.
Take a look at the site here: https://swucct.web.app.
Features
- Authenticate and authorize users
- Track owned cards
- Show card market prices
- Show the total cost for completing your collection
- Get a formatted list of cards you're looking for or have extra of
- Import and export your collection to SWUDB
- Export to JSON
- Filter cards on different criteria
Technology
Server
The server is built in Go, using Echo to handle the HTTP requests and Templ to render the HTML. Firebase is used to store data.
Frontend
As I use Go to render my views, all dynamic updates uses APIs fetched by HTMX to update the page without reloading.
Styling is done with Tailwind CSS, using DaisyUi to style many parts of the site.
Hosting
I host the site on Google Cloud.