Noah Stromberg logo

Projects

Apps, experiments, and tools.

This Website (Next.js + Tailwind)

Next.jsReactTypeScriptTailwind CSSAWS AmplifyCI/CD

Portfolio built with Next.js 14 (App Router) and Tailwind CSS, typed with TypeScript and deployed on AWS Amplify. Responsive UI, fast static output, and simple CI/CD.

Mermaid Chart Editor

Monaco EditorMermaid.jsLive PreviewExportTypeScript

Mermaid diagram editor with live syntax highlighting, live diagram preview, reference templates, and multi-format export (SVG, PNG, PDF). Diagrams are shareable via URL encoding.

GrocerAI

ReactViteServerless API

Generates structured recipes and grocery lists via an API-backed chat model, returning strict JSON for clean UI rendering.

C++ Tetration Testing Program

C++MathTesting

Explores iterated exponentiation numerically, focusing on convergence and precision with a simple test harness.

Rust Cargo Mutation Testing (Branch)

RustCargoMutation TestingToolchain

Experimental branch enabling mutation testing in the Rust toolchain—inject mutations, run tests, and report survivors.