Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.