Please sign in to access this page

cijene.org

cijene.org Used AI

4 devlogs
77h 35m
•  Ship certified
Created by Darac

A website for listing and comparing prices published by Croatian stores, as required by local law since 15th May 2025.

cijene = 'prices' in Croatian

Note: you may want to translate the page to your language in your browser since it's all in Croatian

Timeline

Ship 1

1 payout of shell 89.0 shells

Darac

about 2 months ago

Darac Covers 4 devlogs and 30h 29m
Earned sticker

I guess everything that's left to do is manually enter products by their EAN codes

Update attachment

Added store info (address, city and a link to google maps) in a dropdown in the prices list table. Unfortunately it was not really easy to make only one dropdown at the same time (so opening a new one closes the previous one) and avoid choppy animations, it always looked bad and not consistent on different browsers.

Update attachment
Darac
Darac
26h 48m 2 months ago

Added the ability to filter stores based on selected location and distance

Update attachment
Darac
Darac
40h 16m 2 months ago

Finally managed to center elements while handling both cases if a scrollbar is visible or not, without exaggerating css transforms.

A neat trick for CSS: calc(100% - 100vw) on a full-width element equals the width of scrollbar, or zero if scrollbar is not visible

Also, docker works much better than systemd :)

Random image because I can't really showcase it better

Update attachment