Skip to content

Ayon95/table-app-client

Repository files navigation

Table App

This app is a demo of two types of tables - one with regular pagination, and one with infinite scrolling. Both tables can be sorted by their columns.

The app consumes data from an API which is then displayed in a table. Some columns can only be viewed by logged-in users.

Technologies Used

  • React
  • React Router
  • @tanstack/react-table
  • @tanstack/react-query
  • Vite

Local Development

Install project dependencies and start the development server

npm install
npm run dev

Deployment

The project is deployed to Netlify

Releases

No releases published

Packages

No packages published