A responsive Blog Management System built using PHP, MySQL, HTML, CSS, JavaScript, jQuery, and AJAX.
The project allows admins to manage blogs dynamically through a secure dashboard while users can browse, search, and filter blogs without page reloads.
It includes category-wise filtering, date filtering, rich text editing, image uploads, and a fully responsive frontend for both mobile and desktop devices.
The system uses AJAX and jQuery for smooth user experience and real-time filtering.
https://barshablog.infinityfreeapp.com
https://barshablog.infinityfreeapp.com
https://barshablog.infinityfreeapp.com/admin/login.php
https://barshablog.infinityfreeapp.com/admin/dashboard.php
https://barshablog.infinityfreeapp.com/admin/add-blog.php
Email: admin@gmail.com
Password: admin123
- Responsive blog listing page
- Dynamic blogs fetched from MySQL database
- Blog detail page
- AJAX search functionality
- AJAX category filter
- AJAX date filter
- Read More functionality
- Mobile & laptop responsive UI
- Loading state during AJAX requests
- Empty state UI when no blogs found
- Admin login/logout system
- Add new blogs
- Edit existing blogs
- Delete blogs
- Upload blog images
- Rich text editor (CKEditor)
- Add headings, bullet points, bold text, tables, etc.
- Category management support
- PHP
- MySQL
- HTML5
- CSS3
- JavaScript
- jQuery
- AJAX
- CKEditor
- InfinityFree Hosting
Blog-management-system/
│
├── admin/
├── ajax/
├── assets/
│ ├── css/
│ ├── js/
│ └── uploads/
│
├── config.php
├── index.php
├── blog.php
├── database.sql
└── README.mdgit clone https://github.com/barsha20061001/Blog-management-systemMove the project folder inside:
C:\xampp\htdocs\Start:
- Apache
- MySQL
Open:
http://localhost/phpmyadminCreate database:
jobyaari_blog_dbImport the provided:
database.sqlfile into phpMyAdmin.
Update config.php with your database credentials if needed.
Open:
http://localhost/Blog-management-system/- Blog CRUD Operations
- AJAX Filtering Without Page Reload
- Rich Text Blog Editor
- Dynamic MySQL Integration
- Fully Responsive Design
- Image Upload System
The project is deployed using InfinityFree hosting.
Developed by Barsha Mondal .