Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subrat611/nxsheet
A minimalistic spreadsheet application.
https://github.com/subrat611/nxsheet
javascript tailwindcss vite
Last synced: about 7 hours ago
JSON representation
A minimalistic spreadsheet application.
- Host: GitHub
- URL: https://github.com/subrat611/nxsheet
- Owner: subrat611
- Created: 2023-11-11T23:12:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-20T20:03:22.000Z (10 months ago)
- Last Synced: 2024-01-20T21:24:23.140Z (10 months ago)
- Topics: javascript, tailwindcss, vite
- Language: HTML
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📊 NxSheet - A Lightweight Excel-Like Spreadsheet Application
A minimalistic spreadsheet application that offers a clean user interface, efficient DOM manipulation using native JavaScript (no framework), two-way binding for seamless manipulation between the UI and storage, powerful formula evaluation, and advanced features for sheet management.
## 📜 Features
- Clean UI using Tailwind CSS.
- DOM Manipulation with Native JavaScript.
- Two-Way Binding - Any changes made in the UI or storage are instantly reflected in both, providing a smooth user experience.
- Formula Evaluation.
- Formula Cycle Validation using graph algorithm.
- Cycle Validation Color Tracking using graph algorithm.
- Multiple Sheet Handling using storage.
- New, Open, Download Sheets using storage.
- Cut, Copy, Paste in Multiple Cells.## 🔨 Technologies
- `Vite` + `JavaScript`
- `Tailwind CSS`