Thanks for helping me.
You can see a simple ui here: https://mainduck.backendless.app/api/files/ui-builder/containers/default/index.html?page=landing
I made a prototype a long time ago in Python Flask but the project died when it came to making a good design and because I am not a programmer…
The idea is a way to search for a dog hotel (a place to keep your dog when the people goes on holiday or something where they cant bring it)
In the input field the user can input a city or a zipcode (or perhaps a name). The list then returns results in a range. Example: If I search a zipcode 6500 it returns zipcodes in the range 6500+/-100. If I write a City like “Esbjerg” the results returned is the zipcode of that city +/-100.
My original search was a bit more advanced than this but I would like to get this to work before anything else. I tried this in Bubble and never got it to work the way I wanted.