Skip to content

chandhru2008/PivotTable

Repository files navigation

# Pivot Table App This is a simple Pivot Table application built using React. The app allows users to upload a CSV file and view summarized data using a pivot table interface. Users can drag and drop fields to rows, columns, and values areas to dynamically generate data summaries. The application provides basic interactivity and responsiveness to make data exploration straightforward and intuitive. It leverages libraries such as `react-pivottable` and `papaparse` for core functionality, and standard React components for UI structure. To run the project locally, clone the repository, install dependencies using `npm install`, and start the development server with `npm start`. This tool is suitable for quick data exploration in a browser environment. n how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project. # pivot-table-2