https://github.com/gaurav-026/tableflow
The application displays a large dataset of Google Spreadsheet. It contains features like filters, sorting and search fields for easy search of specific row.
https://github.com/gaurav-026/tableflow
authentication css hot-toast html5 javascript material-ui netlify-deployment npm reactjs spreadsheet useeffect-hook uselocation-hook usenavigate-hook
Last synced: 7 months ago
JSON representation
The application displays a large dataset of Google Spreadsheet. It contains features like filters, sorting and search fields for easy search of specific row.
- Host: GitHub
- URL: https://github.com/gaurav-026/tableflow
- Owner: gaurav-026
- Created: 2025-01-18T10:18:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T13:52:23.000Z (9 months ago)
- Last Synced: 2025-03-12T11:16:18.300Z (7 months ago)
- Topics: authentication, css, hot-toast, html5, javascript, material-ui, netlify-deployment, npm, reactjs, spreadsheet, useeffect-hook, uselocation-hook, usenavigate-hook
- Language: JavaScript
- Homepage: https://tableflow-gaurav.netlify.app/
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INTERACTIVE-TABLE
## How to Set Up the Project Locally
Follow these steps to clone and run the project on your local system:
### 1. Clone the Repository
```bash
git clone https://github.com/gaurav-026/TableFlow.git
```### 2. Navigate to the Project Directory
```bash
cd interactive-table
```### 3. Install Dependencies
```bash
npm install
```### 4. Start the Development Server
```bash
npm start
```### 5. Access the Application
Open your browser and go to:
http://localhost:3000
Or press CTRL + click on the URL displayed in the terminal to open it directly.### 6. Done!!
Your application should now be running successfully.