Loading...
© 2026 All rights reserved.
A secure, role-based intranet portal for collaborative project management and task tracking built with native PHP. Provides administrators with full CRUD for projects, tasks, and employees, while regular employees get a personalized task dashboard with inline status updates and team visibility.
backend
Open Source
6 tools
Standard
Developed as a practical exercise in native PHP development, demonstrating proficiency in session management, PDO database access, role-based authorization, and Bootstrap 5 frontend integration.
Small teams needed a simple, self-hosted project management tool with role-based access that didn't require complex infrastructure or paid subscriptions.
Sole developer — designed the relational database schema with 4 tables and many-to-many task-employee relationships, implemented the full authentication system with BCRYPT hashing and session management, built all CRUD interfaces, and created the responsive Bootstrap 5 UI with custom CSS theming.
Developed a lightweight PHP intranet application with MySQL backend, featuring dual-role authentication, full CRUD for projects/tasks/employees, and a personalized employee task dashboard with inline status updates.
A complete intranet project management portal with role-based access, task assignment and tracking, deadline monitoring, and secure authentication — all running on standard LAMP stack without external dependencies.
Intranet Pro is a lightweight internal company tool featuring dual-role access control. Administrators can manage projects, assign tasks to multiple employees with deadlines, and oversee the entire task portfolio from a central dashboard. Employees see only their assigned tasks with clear status tracking (To Do, In Progress, Completed) and can update status inline. The system includes deadline alerts (overdue, upcoming), automatic provisional password generation for new employees, self-service password changes, and a clean Bootstrap 5 interface with Font Awesome icons. All database interactions use PDO prepared statements for SQL injection prevention, and passwords are hashed with BCRYPT.
A data analysis and machine learning project exploring the World Happiness Report dataset. Uses linear regression, polynomial regression, and K-Means clustering to identify factors influencing global happiness scores and group countries by well-being patterns.
A modern web-based room reservation and management system built with FastAPI and React. Allows organizations to manage bookable spaces, browse available rooms, make reservations with interactive calendar views, and provides admin tools for managing rooms, equipment, users, and reservations.