An interactive web application that displays a data table fetched from Google Sheets with sorting and filtering functionalities.
- Login Page: Simple authentication (Username:
demo
, Password:demo
) - Data Fetching: Loads data from a public Google Sheets document
- Sorting: Click on column headers to sort data
- Filtering: Search input to filter data based on the "Domain Name" column
- Deployment: Hosted on Vercel for easy access
π Interactive Data Table Application
- Frontend: HTML, CSS, JavaScript , React.Js
- Backend: None (Client-side processing)
- Deployment: Render
- HTML, CSS, JavaScript
- Google Sheets API
- Data Table Manipulation
- Sorting & Filtering
- Authentication
- Deployment on Render
- Login using:
- Username:
demo
- Password:
demo
- Username:
- View the table populated from Google Sheets.
- Sort by clicking on column headers.
- Filter results using the search input.
- Clone the repository:
git clone https://github.com/yourusername/interactive-data-table.git cd interactive-data-table
- Open index.html in a browser.
The application is deployed on Vercel. You can deploy your own version by:
- Forking this repository.
- Connecting it to Vercel.
- Deploying directly from the repository.