🚀 Buzz – Anonymous Blogging Platform
Buzz is a minimalistic, text-based anonymous blogging platform designed for users who want to share their thoughts without revealing their identity. With a modern UI, custom authentication. Buzz ensures a privacy-focused and seamless blogging experience.
✨ Features
- 🔹 Anonymous Sign-Up – Create an account with just a username, password, and profile color (no email, no profile images).
- 📝 Blog Freely – Write, post, and engage with blogs.
- 👍 Upvote & 👎 Downvote – Express opinions with voting.
- 💬 Comments – Start conversations on posts.
- 🎨 Clean & Modern UI – Built entirely with Tailwind CSS (no UI libraries).
- 🔐 Custom Authentication – No external auth libraries, ensuring full control over security.
🛠 Tech Stack
Frontend
- Framework: Svelte
- UI Styling: Tailwind CSS
- Authentication: Custom-built (No third-party auth libraries)
Backend
🚀 Getting Started
1️⃣ Clone the Repository
git clone https://github.com/Gazi2050/buzz.git
cd buzz
2️⃣ Install Dependencies
For Frontend:
cd buzz-frontend
npm install
For Backend:
cd buzz-backend
npm install
3️⃣ Run the Application
Start the Frontend:
npm run dev
Start the Backend:
npm run dev