This app displays analytics data in a table based on user inputs. The application is built using React and Redux.
- Allow users to input dates using a Date Picker to call the API endpoint and fetch data.
- Enable or hide a particular column from view.
- Reorderable table columns (from the settings tab).
- Sorting and filters.
- Responsive table (extra feature).
Fork the repository on GitHub.
Clone the repository on your local machine:
https://github.com/TaheerAhmed/DataTableGG.git
Navigate to the project directory: cd DataTableGG
Install the required dependencies:
npm i
npm start