Skip to content

ditikrushna/event-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Render data from Google Spreadsheets with React and Tabletop.js

Table of Contents

About the Project

Demonstration of how to pull data from google spreadsheets using React and Tabletop.js.

Motivation

The purpose of this project was to get familiar with React and Tabletop.js.

Functionalities

  • You can modify (add , delete or update) the spreadsheets and the data will automatically reflect in front end which is built using React .

Snapshot

1. Spreadsheets's snapshot :

2. React App :

Live Link

  • React App : Link
  • Google Spreadsheet:Link

Technologies Used :

Installation

To get this project set up on your local machine, follow these simple steps:

Step 1
Navigate through the local folder where you want to clone the repository and run
git clone https://github.com/ditikrushna/event-app.git. It will clone the repo to your local folder.
Step 2
Run cd event-app
Step 3
Run npm install to install the npm packages from the package.json file.
Step 4
Run npm start to start the webpack server, you can now navigate to http://localhost:3000 to view the app. The server refreshes the app every time you make a change to a file used by it.

Contributors

Ditikrushna Giri

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

References