cellcraft

CellCraft is an online spreadsheet editor where you can add data to cells, adjust font size and alignments, perform redo and undo actions, and search for cell data.

Stars
0
Committers
2

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. Clone project
  2. Open the terminal and run cmd to install node_modules
npm i
  1. Run the next cmd after that to start the project to run on localhost
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

cellcraft

"CellCraft is an online spreadsheet editor where you can add data to cells, adjust font size and alignments, perform redo and undo actions, and search for cell data." Checkout project

This project uses the following technologies:

  1. Next.js: For server-side rendering and routing.
  2. Tailwind CSS: For styling.
  3. React.js: For building user interfaces.
  4. HTML: For structuring content.
  5. JavaScript: For functionality.
  6. Zustand Store: For state management