**Anonymous Tea Wall **
Spill The Tea is a lightweight, anonymous tea-sharing web app where users can post short “tea” (confessions/gossip), react to others, and view trending posts.
All data is stored locally in the browser using localStorage.
- 🫖 Post anonymous “tea”
- 🔥 Trending section (auto-sorted by reactions)
- ❤️ Emoji reactions (heart, laugh, fire)
- 📊 Live stats (teas spilled & reactions)
- 🎨 Modern UI with gradients, glow effects & custom fonts
- 💾 Local storage persistence (your teas stay on refresh)
- 📱 Responsive layout (mobile-friendly)
- HTML
- Tailwind CSS (CDN)
- Custom CSS
- Vanilla JavaScript
localStoragefor persistence- Canvas Confetti (micro-interactions)
/
├── index.html
├── style.css
└── app.js
- Clone the repo:
git clone https://github.com/Saad4Dev/SpillTheTea.git- Open the folder:
cd SpillTheTea- Run with Live Server (VS Code)
or
Open
index.htmldirectly in your browser.
Try it here: https://saad4dev.github.io/SpillTheTea/
Built by Saad GitHub: https://github.com/Saad4Dev