Pris Gæt

Daily puzzle game similar to other -dle games (like Wordle). Guess the price of a danish grocery store item. Inspired by costcodle.com

Rasende2

Re-creation of rasende.dk. Parses danish news sites RSS feeds and makes titles searchable using bleve. Uses generative AI to create fake news.

Fuelprices

HTTP API and frontend for getting fuel prices. The API returns todays, yesterdays, and tomorrows price, and a translated message (danish or english) describing the prices. Created to be used together with an iOS shortcut/Siri, so it can be used while driving. The frontend consumes the API to create the yesterday/today/tomorrow view, which also displays if the price has changed during the day. See GitHub README for more information.

Timetracker

Simple time tracking application, for tracking how much time has been spent doing what tasks. Created with React and TypeScript. Data is persisted to localStorage, so it is not lost when restarting the browser or computer. Deployed using Cloudflare Pages.

Vejr Aggregator

Shows the weather forecast from multiple sources. Built using Cloudflare Pages and Cloudflare Pages Functions. Frontend is made with React and Tailwind CSS.

Personal Website

This website! Made using plain HTML and CSS, and a tiny bit of Go to produce the HTML files with a folder structure that makes the URL's look nice. No JavaScript :). Deployed using Cloudflare Pages.

Shopping List

Shopping list app/website, that remembers what you write, and autocompletes it next time you add it. API was initially written in ASP.NET Core, later rewritten in Go, and now written in TypeScript. Frontend is created using Angular.

crypto_info

-

Info screen for popular cryptocurrencies. Written in nodejs and express, using pug as templating language. Using the cryptocompare api. Deployed using Heroku Fly.io.

Clairvoyance og kunst

-

Website featuring a gallery of the owner's painted pictures, various audio files, and more. Also includes an admin panel for managing the image gallery and audio files. Techonologies used: PHP/Laravel, MySQL.

Overnatning i Esbjerg

-

Website for a bed-and-kitchen in Esbjerg. Initially created using only HTML, CSS and JS, later re-written using a home made MVC framework in PHP, then re-written again to use the PHP framework Laravel. The website featured a booking calendar, that displayed both the bookings made directly to the owner, and also bookings made on Airbnb, by parsing Airbnbs iCal data. The calendar and the owners private dashboard were made using Vue.js. No longer online.