Create a Spreadsheet with React
In this project we'll build a spreadsheet (a mini version of Google Sheets or Excel) using React and Vite.
react vite typescript

In this project we’ll create a cool little spreadsheet application, using React, Vite and TypeScript.

Something like this:

We’ll have a set of cells, we can type something in cells, and when we reload the page, the values will still be there, persisted in the browser’s history.