https://github.com/sheepla/csv-grid-viewer
📝 CSV grid viewer built with React and Tauri
https://github.com/sheepla/csv-grid-viewer
ag-grid csv csv-viewer mui react tauri tauri-app
Last synced: 9 months ago
JSON representation
📝 CSV grid viewer built with React and Tauri
- Host: GitHub
- URL: https://github.com/sheepla/csv-grid-viewer
- Owner: sheepla
- License: mit
- Created: 2024-08-16T14:07:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-15T09:01:38.000Z (over 1 year ago)
- Last Synced: 2025-04-12T04:37:30.075Z (12 months ago)
- Topics: ag-grid, csv, csv-viewer, mui, react, tauri, tauri-app
- Language: TypeScript
- Homepage:
- Size: 5.94 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSV Grid Viewer
**CSV Grid Viewer** is a simple CSV grid viewer, built with [React](https://react.dev), [MUI](https://mui.com), [AG-Grid Community Edition](https://www.ag-grid.com/), and [Tauri](https://tauri.app/).
## Features
- [x] Allows to load local CSV file 📝
- [x] Sorting and filtering any columns ⏬
- [x] Supports dark mode 🌙
## Installation (TODO)
Download the executables / installers files from the release page.
> [Latest Release](https://github.com/sheepla/csv-grid-viewer/releases/tag/v0.0.1)
## Development
Running `yarn tauri dev`, start a development build of the app.
```sh
yarn tauri dev
```
## Build
Running `yarn tauri build`, AppImage, deb and rpm in `src-tauri/target/release/bundle/`.(Linux)
```sh
yarn tauri build
```
## Author
[sheepla](https://github.com/sheepla)