📽 WDC #21 "Show Thunkable 3"

I love seeing apps like this that solve a need an individual or group has. I also find it personally the most fulfilling to work on these kinds of projects. Definitely a labor love! Well done and thanks for sharing it.

6 Likes

Amazing apps @skulamester and @mimostel ! Both the ideas are really good and very well executed.
@domhnallohanlon Should we post our WDC submissions in this thread or will there be a new topic created for showcasing?

2 Likes

73 posts were split to a new topic: Virtual Event: (First Ever!) Community Meetup

i was gonna suggest an idea for a future WDC - time zone tango - an app like world time buddy!

3 Likes

A good idea. I have the JavaScript ready.

https://x.thunkable.com/projectPage/6093d4a8b86e4b01ee61b244

<!DOCTYPE html>
<html>
<head>
<script src="https://thunkable.github.io/webviewer-extension/thunkableWebviewerExtension.js" type="text/javascript"></script>
</head>

<script>
  const myDate = new Date();
  const humanReadableDateFormat = myDate.toLocaleString('en-US', {timeZoneName: 'short'});
  ThunkableWebviewerExtension.postMessage(humanReadableDateFormat);
</script>
</html>
4 Likes

you’re too much! hmmm, i think i should start reading up on javascript…

4 Likes

Can we do WDC Of calculator ??
Please reply to this message