A modern, anonymous gossip sharing platform built with Next.js and MongoDB.
Whisper Wall is an anonymous gossip sharing platform that allows users to post and read secrets without revealing their identity. The application features a sleek, dark-themed UI, real-time updates, and admin moderation capabilities.
- Anonymous Posting: Share gossip without revealing your identity
- Real-time Updates: Check for new gossips in real-time
- Search Functionality: Find specific gossips with keyword search
- Read Status Tracking: Keep track of which gossips you've already read
- Mobile-Responsive Design: Enjoy a seamless experience on any device
- Admin Panel: Moderate content with an authenticated admin interface
- Dark Theme: Eye-friendly dark interface for late-night gossip sessions
- Frontend: Next.js, React, Tailwind CSS, shadcn/ui
- Backend: Next.js API Routes, MongoDB
- Authentication: Custom token-based admin authentication
- Deployment: Vercel
- Node.js 18+
- MongoDB database
- Vercel account (for deployment)
- Clone the repository:
git clone https://github.com/yourusername/whisperwall.git cd whisperwall
