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

https://github.com/henryhale/worstcase-monaco-demo

🧐 A demo showcasing worstcase IDE integration with Monaco editor
https://github.com/henryhale/worstcase-monaco-demo

bigocomplexity demo henryhale monaco-editor worst-case-analyses worstcase

Last synced: 9 months ago
JSON representation

🧐 A demo showcasing worstcase IDE integration with Monaco editor

Awesome Lists containing this project

README

          





worstcase
+
monaco editor


Automated Big O complexity analysis for Javascript/Typescript code

## Overview

This repository contains source code for a demo showcasing [worstcase](https://github.com/henryhale/worstcase) IDE integration with [monaco editor](https://microsoft.github.io/monaco-editor).

## Live demo

Deploy on GitHub Pages: [Try it Yourself](https://henryhale.github.io/worstcase-monaco-demo) :tada:

## Development

```sh
# clone this repository
git clone https://github.com/henryhale/worstcase-monaco-demo.git

# install dependencies
pnpm install

# run dev server
pnpm dev

# build for production
pnpm build
```

# License

Copyright © 2025 [Henry Hale](https://github.com/henryhale).

Released under [MIT License](./LICENSE.txt).