Tågtider (Train schedule in english) is a web-app that shows train departure and arrival times. It also notifies you of any canceled trains or reroutes and other information that might be useful for your trip.
View projectGeoquiz is a web app I designed for playing interactive quizzes on your phone. Follow the markers on the map and navigate between the questions. Compete with your friends to see who can get the higher score.
View projectThis is a small game I made to showcase my 3d engine and vehicle physics that I have been working on. It runs in the browser and is built on the WebGL API.
View projectReddit Scraper is a tool to easily browse images and videos from reddit based on various search queries.
It's built upon the Reddit API and the frontend uses vanilla HTML, CSS and JavaScript.
Live DemoQuickly create and share your shopping list.
This project was made as an exercise in developing a small and simple fullstack application. The backend is built with Node.js and Express and the frontend uses plain HTML, CSS and JavaScript. A live version can be found below and there is also a demo shopping list to try out.
Live demoChimp Tunes is a Discord bot that plays music, podcasts and radio in your Discord server. It's built with Node.js and discord.js and hosted on vultr.com. (You can't currently invite the bot to your server since Discord sadly no longer verifies music bots)
View projectMobile browsers don't usually have a developer console. This library creates a custom console to easily debug JavaScript code on your phone.
I created GameCanvas.js to be able to make quick prototypes of visuals or games with javascript. It's inspired by p5.js but with more compact functions.