Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours 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 (about 23 hours ago)
- Default Branch: main
- Last Pushed: 2025-01-18T11:59:51.000Z (about 21 hours ago)
- Last Synced: 2025-01-18T12:28:04.658Z (about 21 hours 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: 374 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.