Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vinitcs/cellcraft
- Owner: vinitcs
- Created: 2024-08-25T17:22:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T06:11:55.000Z (6 months ago)
- Last Synced: 2024-10-02T05:05:39.717Z (4 months ago)
- Topics: nextjs, reactjs, tailwindcss, zustand
- Language: JavaScript
- Homepage: https://cellcraft.netlify.app/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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