Organize notes, todos and more in a structure of folders
Income:
Expenses:
Balance:
Savings in a year:
Unplanned expenses:
const { ResponsiveContainer, LineChart, Line, XAxis, YAxis } =
await import('https://esm.sh/recharts?external=react');
const balances = unplanned.reduce(
(balances, expense) => [
balances[0] - expense + balance,
...balances,
],
[13054],
)
.toReversed();
<ResponsiveContainer height={400}>
<LineChart data={balances}>
<Line type="monotone" dataKey={v => v} fill="#8884d8" />
<XAxis/>
<YAxis/>
</LineChart>
</ResponsiveContainer>
Create sophisticated spreadsheets using their vast ecosystems
The only limit is the browser and JavaScript
Edit any element by clicking or double-clicking on it. ⌘⏎ /Ctrl-Enter will generally give you a new line.
Open the sidebar with the -button on the top left to see other pages.
Create a new page, a new document, or view the docs and example pages in the sidebar.
ReSheet is open source under the permissive MIT license.