Loading repository dataβ¦
Loading repository dataβ¦
wegooooo222 / repository
π Kawaii Google Sheets Card Viewer - A pink pastel single-page site that fetches sheet data and shows cute cards with copy buttons.
A pretty pink pastel single-page website that fetches data from a public Google Sheet and displays each row as a cute card. Every card has a Copy button to grab Column B content.
Just open index.html in any web browser β no build tools needed.
# From the project directory
open index.html
# or just double-click the file
Open script.js and find these two lines near the top:
const SHEET_ID = '1U5KtFNN3SPcCygk4joTvCfpeA8SCgBaVE9mSjvR9rvM';
const SHEET_GID = 0;
SHEET_ID β the long string from your sheet URL:https://docs.google.com/spreadsheets/d/{SHEET_ID}/editSHEET_GID β tab ID (0 = first sheet, check the URL #gid=... for others)| Column A | Column B |
|---|---|
| Card title / menu name | Card content / answer text |
Row 1 is treated as header and skipped. Data starts from row 2.
| File | Purpose |
|---|---|
index.html | HTML structure & kawaii SVG illustration |
style.css | All styles: pink pastel theme, animations, responsive layout |
script.js | Data fetching, CSV parsing, card rendering, clipboard copy, sparkles |
background and color values in style.css (look for #FF, #ff, pink shades)<h1> text in index.html<p class="site-subtitle"> in index.html<svg> content in index.html inside .cute-girl-illustration