Download Source Code Task Reminder System Using PHP and MySQL

Download Source Code Task Reminder System Using PHP and MySQL

Task Reminder System – Overview

This project, titled “Task Reminder System,” is a web-based application designed to help company employees manage their daily tasks. Developed using PHP and MySQL, it features a user-friendly interface with Bootstrap Framework and AdminLTE Template. The system includes various functionalities for both users and administrators, making it an efficient tool for task management.

How the Task Reminder System Works

The system consists of two modules: the User Site and the Monitoring Site.

  • User Site: This is the part of the system accessible only to registered users. There are two types of users: the Administrator (system manager) and the Staff (employees).
    • The Administrator has full access to all system data, including user information and system settings.
    • The Staff can manage and view only their own task reminders. They can add, edit, view, and delete their tasks, while administrators can access and manage all users’ data.
  • Monitoring Site: This public-facing page displays active task reminders scheduled for the day. It shows information such as the assigned user, task title, and a brief description. The reminders are displayed as an automatic slider, changing every 10 seconds.

Features and Functionalities

  1. Monitoring Site
    • Top Navigation
    • Footer
    • Task Reminder Slider (10-second interval)
    • Login Button
  2. User Site
    • Administrator Features
      • Login and Logout
      • Dashboard
      • Task Reminders Summary
      • Manage Task Reminders (add, edit, view, delete)
      • User Management (add, edit, delete users)
      • Update System and Account Information
    • Staff Features
      • Login and Logout
      • Dashboard
      • Task Reminders Summary
      • Manage Own Task Reminders (add, edit, view, delete)
      • Update Account Details

Technologies Used

  • XAMPP
  • VS Code Editor
  • PHP
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • jQuery
  • Ajax
  • Bootstrap Framework
  • AdminLTE v3 Template
  • Font Awesome Icons

How to Run the System

  1. Requirements:
    • Install a local web server (XAMPP recommended).
    • Download the source code zip file.
  2. System Installation/Setup:
    • Enable the GD Library in your php.ini file.
    • Open XAMPP Control Panel and start Apache and MySQL.
    • Extract the source code zip file.
    • Copy the extracted folder into the “htdocs” directory in XAMPP.
    • Open PHPMyAdmin at http://localhost/phpmyadmin.
    • Create a new database named trs_db.
    • Import the trs_db.sql file located in the database folder.
    • Browse the Task Reminder System at http://localhost/php-trs/.
  3. Default Admin Access:
    • Username: admin
    • Password: sourcecodester&123

Conclusion

This Task Reminder System, developed with PHP and MySQL, is intended for educational purposes. It is free to download, and you are encouraged to modify the source code as per your needs. This project can be helpful for managing tasks and can be a useful reference for your future PHP-based projects.

index PHP

login PHP

trs_db SQL

 

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top