Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-29T04:58:44.000Z (3 months ago)
- Last Synced: 2024-10-01T05:04:23.600Z (3 months ago)
- Topics: ag-grid, csv, csv-viewer, mui, react, tauri, tauri-app
- Language: TypeScript
- Homepage:
- Size: 5.37 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
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)