This application visualizes pickleball paddle data using Layer Cake. It provides multiple data sources and deployment options for flexibility.
- Visualizes pickleball paddle data from various reviewers
- Deployed on Vercel with automatic updates
- CSV (Default): Data loaded directly from CSV files. API implementations were removed as I didn't want to maintain them separately
- Node.js (version X.X.X or higher)
- npm (version X.X.X or higher)
npm installFor production:
npm run build && npm run previewThe app will be available at http://localhost:4173.
For development:
npm run devThe app will be available at http://localhost:5173.
The app is deployed using Vercel, which automatically deploys updates when changes are pushed to the master branch.
- Visit https://www.johnkewpickleball.com/paddle-database
- View the page source and locate the
<iframe src="">tag containing the raw data link - Save the data in Google Sheets and download as CSV
- Update the data processor file and then dates in page.svelte
- Visit https://pickleballeffect.com/pickleball-paddle-database/
- Download the CSV file from the Airtable
- Update the data processor file and then dates in page.svelte
- Visit PBStudio site and just cut/paste all data from Notion (no option to download a CSV)
- Paste into Google Sheets, add header data manually, then download as CSV
- Update the data processor file and then dates in page.svelte
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.