A simple and minimal blog platform built with HTML, CSS, and JavaScript. This project allows users to read, create, and navigate through blog content in a clean UI layout.
- 📄 Responsive design
- 🖊️ Add new blog posts
- 🗂️ Blog cards with preview
- 🔍 Basic navigation and routing
- 🎨 Stylish and clean UI
- HTML5
- CSS3
- JavaScript (Vanilla)
📁 Add your screenshots in the
screenshots/folder for proper preview.
Blog-site/
│
├── css/
│ └── style.css # Main stylesheet
│
├── js/
│ └── script.js # JavaScript logic
│
├── blog.html # Individual blog post page
├── index.html # Home page
└── README.md # You're reading this!
- Clone the repository:
git clone https://github.com/Gowtham-Darkseid/Blog-site.git
- Open
index.htmlin your browser:cd Blog-site open index.html
💡 Tip: You can also host this on GitHub Pages for live preview.
- ✅ Add edit/delete functionality for blog posts
- ✅ Integrate with a backend (Node.js / Firebase)
- ✅ Add markdown support for blog content
- ✅ Search and filter options
- graj200026
- admin@123
Made with ❤️ by Gowtham darkseid
Feel free to contribute, star ⭐, or fork 🍴 this repo!

