Skip to content

Instantly share code, notes, and snippets.

@pg-rwa
pg-rwa / App.js
Last active February 20, 2026 10:43
import { useState, useEffect } from "react";
import { LineChart, Line, XAxis, YAxis, Tooltip, ReferenceLine, ResponsiveContainer } from "recharts";
const CSS = `
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;700&display=swap');
:root {
--bg: #FAFAF8;