Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nareshbhatia/movie-magic-tanstack-table

Sample app to demonstrate the use of TanStack Table
https://github.com/nareshbhatia/movie-magic-tanstack-table

Last synced: about 4 hours ago
JSON representation

Sample app to demonstrate the use of TanStack Table

Awesome Lists containing this project

README

        

# Movie Magic TanStack Table

A sample application to demonstrate the use of
[TanStack Table](https://tanstack.com/table).

Live demo: https://movie-magic-tanstack-table.vercel.app/

![Movie Magic Screenshot](assets/movie-magic-screenshot.png)

## Building Movie Magic

### Development Build

```shell
npm ci
npm run dev
```

Open a browser window at http://localhost:3000/ to see app.