Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vinitcs/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.
https://github.com/vinitcs/cellcraft

nextjs reactjs tailwindcss zustand

Last synced: 4 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started

1. Clone project
2. Open the terminal and run cmd to install node_modules
```
npm i
```
3. Run the next cmd after that to start the project to run on localhost

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](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](https://cellcraft.netlify.app/)

### 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