Spreadsheet Svelte Themes

Spreadsheet

A simple and basic spreadsheet made with Sveltekit

Spreadsheet

Features

  • Write in a cell
  • Sum cells with =SUM(cell1,cell2, ... cellN) e.g.: =SUM(B2,C3) =MULTIPLY(cell1,cell2, ... cellN) e.g.: =MULTIPLY(B2,C3)

Tech Stack

Client: Sveltekit + TailwindCSS

Run Locally

Clone the project

  git clone https://github.com/Gautierpicon/Spreadsheet

Go to the project directory

  cd Spreadsheet

Install dependencies

  bun install

Start the server

  bun run dev

Please feel free to contribute to fixing bugs or other issues, even if it's a small project, it helps me.

Feedback

Please feel free to open a GitHub issues

Top categories

Loading Svelte Themes