A dynamic departmental website developed to manage and showcase academic information, news, and blog content for the Computer Engineering Department. The system includes a secure admin dashboard for content management and a responsive public-facing website.
- User-friendly admin dashboard
- Blog management (Create, Read, Update, Delete)
- Category-based blog organization
- Comment submission and admin approval
- Image upload and management
- Search and pagination
- Responsive design
- PHP
- MySQL
- HTML5
- CSS3
- Bootstrap 5
- JavaScript
- Font Awesome
The project uses MySQL with relational tables for:
- Blog Posts
- Blog Categories
- Blog Comments
- Blog Tags
- Courses
- Events
- Users/Admin
- Clone the repository.
- Import the SQL database.
- Configure the database connection in
includes/db.php. - Place the project inside the XAMPP
htdocsdirectory. - Start Apache and MySQL.
- Visit
http://localhost/Website_project.
✅ Completed – Dynamic website with an admin content management system, blog engine, comment moderation, and responsive frontend.
Developed as a Full-Stack Web Development project using PHP and MySQL.




