/table-app-client

An app that fetches data from an API and displays it in a table

Primary LanguageJavaScript

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