Compare commits

...

2 commits

Author SHA1 Message Date
tk
ac2b74bfcc put screenshots in table with description 2025-08-17 11:29:55 +02:00
d9c6660666
Update README.md 2025-08-17 11:21:30 +02:00

View file

@ -8,15 +8,39 @@ _Grätzel-Goblins_ — Timo, Max & Mike
## Description
*Wien Talks* is an app to share the iconic and quotable lines you hear Viennese
_Wien Talks_ is an app to share the iconic and quotable lines you hear Viennese
people drop throughout their day. It doesn't matter if it's a U6 train
conductor's insults that he made during an announcement or the Spar cashier's
funny retort to "Zweite Kassa bitte!", *Wien Talks* is made to record, preserve
funny retort to "Zweite Kassa bitte!", _Wien Talks_ is made to record, preserve
and share Viennese quotes with others.
Quotes are community-moderated—users can up- or down-vote posts. Additionally,
when creating a new quote, the location from which the user made it is added,
too. This allows you to see what's going on near you.
<img src="./Screenshot_1755421875" width="250"/>
![alt text](Screenshot_1755421875.png) ![alt text](Screenshot_1755421892.png) ![alt text](Screenshot_1755421897.png) ![alt text](Screenshot_1755421907.png)
## Screenshots
<table>
<tr>
<td align="center">
<img src="Screenshot_1755421875.png" width="300" alt="Default quotes list"/>
<div><sub>Default quotes view</sub></div>
</td>
<td align="center">
<img src="Screenshot_1755421892.png" width="300" alt="Filtered quotes list"/>
<div><sub>Filtered quotes</sub></div>
</td>
</tr>
<tr>
<td align="center">
<img src="Screenshot_1755421897.png" width="300" alt="Reuse location from quote"/>
<div><sub>Tap a card → create with same location</sub></div>
</td>
<td align="center">
<img src="Screenshot_1755421907.png" width="300" alt="Custom location picker"/>
<div><sub>Set a custom location</sub></div>
</td>
</tr>
</table>
---