My Projects

Here is a currated collection of my projects. Check out the source code is on my GitHub

Jump to

Virtual Plant

This is a virtual plant that I made using JS, HTML and CSS. It's essentially a Tamagotchi but with only one need: water. The plant will grow while it has water or die if it doesn't get water for a long time.

Drawing of a potted plant

Plant your own here ðŸŠī

Plant nursery website

Here's an entire website I made for a plant nursery; complete with a contact page, a gallery, a blog, and the Virtual Plant.

preview of nursery website

Check it

Life calendar

Based on Kurzgesagt's Calendar of Life. Every week in your life is a dot, so it looks like a progress bar.

Calendar

Eco system simulation

Really mesmerizing to watch. You should bet on a winner and see the result. Is's as deterministic as using a randint function, but a lot slower.

screenshot of Eco system simulation
Source code on GitHub

Electric scooter map

It shows nearby electric scooters on a map and their battery level.

Map og nearby electric scooters
Try it here ðŸ›ī

Snake

A classic snake game made with JS, HTML and CSS. Use the arrow keys to move the snake.

preview of snake
Play snake here 🐍

Flashcards

A super simple flashcards app that I made to help me study. All the cards are stored locally on the clinents computer using localstorage.

preview of flashcards
Try it here 📚

Boids algorithm

A simulation of the boids algorithm. The boids are birds that follow three simple rules: separation, alignment and cohesion. The result is a mesmerizing simulation of a flock of birds.

preview of the boids algorithm
View and interact ðŸĨ