An open API service indexing awesome lists of open source software.

https://github.com/vitkarpov/call-stack-explorer

Explore Your Call Stack 🥞
https://github.com/vitkarpov/call-stack-explorer

Last synced: 22 days ago
JSON representation

Explore Your Call Stack 🥞

Awesome Lists containing this project

README

        

# Explore Your Call Stack 🥞

`CallStackExplorer` (CSE) is a tool which helps to understand how recursion works

![](./demo.gif)

## Features

- ✅arbitrary function body
- arbitrary arguments list (**there's only one argument supported so far**)
- cache hit
- SVG tree zoom in/out
- show a path for each node on hover

> This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).