Interactive JavaScript Projects
I'm a developer passionate about creating interactive web experiences. Below are three projects I've been working on, showcasing different aspects of JavaScript development, algorithms, and data visualization.
Interactive pathfinding visualization and algorithm comparison
Pathfinder is an educational web game that teaches graph theory through interactive gameplay. Players manually find shortest paths between nodes and compare their performance against visualized algorithms including Dijkstra's, A*, BFS, and DFS.
Interactive map tool for finding amenities along cycling routes
Snackfinder analyzes cycling tracks (GPX files) to find points of interest like vending machines, cafes, and other amenities along the route. It calculates detour distances and provides an interactive map visualization with customizable search parameters.
Interactive solar system simulation with realistic physics
Universe is a real-time n-body physics simulation that models gravitational interactions between celestial bodies. Users can create custom solar systems, adjust physical parameters, and observe realistic orbital mechanics.