Projects Inventory

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.

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

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

 

 

 

Exit mobile version