A simple real-time blog application where users can create, view, and manage blog posts. All posts are stored in Firebase and immediately reflected on the website in real-time.
- 📝 Create blog posts with title and content.
- 🌐 Posts are synced in real-time using Firebase Realtime Database.
- 📄 Display all posts dynamically on the website.
- ⚡ Simple, responsive, and user-friendly interface.
- Frontend: HTML, CSS, JavaScript
- Backend / Database: Firebase Realtime Database
- Hosting: (Optional: Firebase Hosting / Any web server)