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

Rocks eat scissors, scissors eat paper, and paper eats rock. Each population size fluctuates like in nature, based on the number of predators and prey. Really mesmerizing to watch. You could root for a winner and see the result. It's as deterministic as using a randint function, but a lot slower.
This project is made using pygame zero. Every entity on screen is of the class "hand" and is classified into rock, paper, or scissors depending on what list they're in.

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 📚

Flashcards v2

This one is a bit more extensive in some ways. The project itself is more modular, but it does not show the explainations for each card.

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 ðŸĨ

Other

Smaller projects I've made for personal use or prototyping.