The Problem

here I describe the problem

  • bruh
  • bruh
  • bruh
  1. bruh
  2. bruh
  3. bruh
  4. bruh
if (true) {
    console.log("bruh");
}

for (let i = 0; i < 10; i += 1) {
    console.log("bruh");
}

h2

here I describe the problem

Some Interesting Design Decisions

describe design decisions

Creating a Clean Codebase

describe stuff like the reducer

Performance Improvements

JS animations are a bit more difficult than I thought

Future Work

add some stuff