Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 668 Bytes

File metadata and controls

20 lines (13 loc) · 668 Bytes

Real-Time Blog App

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.


Features

  • 📝 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.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend / Database: Firebase Realtime Database
  • Hosting: (Optional: Firebase Hosting / Any web server)