My Projects
Here is a currated collection of my projects. Check out the source code is on my GitHub
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.

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.

Life calendar
Based on Kurzgesagt's Calendar of Life. Every week in your life is a dot, so it looks like a progress bar.
CalendarEco 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.

Source code on GitHub
Electric scooter map
It shows nearby electric scooters on a map and their battery level.

Try it here ðī
Snake
A classic snake game made with JS, HTML and CSS. Use the arrow keys to move the 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.

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.

View and interact ðĨ
Other
Smaller projects I've made for personal use or prototyping.