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

This ship is currently being voted on by the community. Check back later!

Darac

5 days ago

Darac Covers 4 devlogs and 30h 29m
Earned sticker
Darac
Darac
8h 15m 5 days ago

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

Update attachment
Darac
Darac
2h 14m 11 days ago

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 18 days ago

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

Update attachment
Darac
Darac
40h 16m 26 days 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