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
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.
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 ð
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 ðĨ