Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)