0% found this document useful (0 votes)
13 views

Software Report For Project June

The document describes a task management web application that allows users to create, edit, and delete tasks. It provides instructions on installing and using the application which includes features like task tracking and summaries.

Uploaded by

Oluwaseyi Peter
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Software Report For Project June

The document describes a task management web application that allows users to create, edit, and delete tasks. It provides instructions on installing and using the application which includes features like task tracking and summaries.

Uploaded by

Oluwaseyi Peter
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Software Report

Task Management Web Application


Introduction
The task management software allows users to efficiently manage their tasks. It provides a user-friendly
interface with features such as creating new tasks, editing existing tasks, and deleting tasks. Users can
easily track the status of each task and view a summary of their tasks, improving their productivity and
organization.

Requirements
To use the Task Management Web Application, the following requirements must be met:

1. Web Server: A web server (e.g., Apache, Nginx) is required to host the application.

2. PHP: Ensure that PHP is installed on the web server, as the application is written in PHP.

3. MySQL Database: You need access to a MySQL database server to store task data.

4. Web Browser: Use a modern web browser (e.g., Chrome, Firefox, Safari) to access and interact with
the application.

Installation
To install and set up the Task Management Web Application, follow these steps:

1. Download the application files (PHP, HTML, CSS, JavaScript, and Bootstrap files) to your local machine.

2. Transfer the files to the document root directory of your web server or any desired location.

3. Create a MySQL database for the application if one doesn't exist.

4. Import the provided SQL file into the database to set up the required database schema.

5. Update the database connection settings in the `dbconnect.php` file to match your MySQL database
credentials (host, username, password, and database name).

6. Ensure that the Bootstrap framework files and jQuery library are included and accessible by the web
application.

7. Open a web browser and navigate to the URL where you placed the application files.

8. The Task Management Web Application should now be accessible and ready for use.

Overview
The Task Management Web Application provides the following features and functionalities:

1. Task Creation: Users can create new tasks by providing a title, description, and due date.

2. Task Editing: Users can edit existing tasks to modify their details or update the due date.
3. Task Deletion: Users can delete tasks that are no longer needed.

4. Task Status Tracking: Users can easily track the status of each task, such as "To Do," "In Progress," or
"Completed."

5. Task Summary: Users can view a summary of their tasks, including the total number of tasks and the
distribution of tasks by status.

How to Use
To use the Task Management Web Application, follow these steps:

1. Open the application in your web browser.

2. Sign up for an account using the provided registration form if you are a new user. Otherwise, log in to
the application using your credentials.

3. Upon logging in, you will be directed to the main dashboard.

4. To create a new task, click on the "New Task" button and provide the required details such as the title,
description, and due date.

5. To edit an existing task, locate the task in the task list and click on the "Edit" button. Make the
necessary changes and save the updated task.

6. To delete a task, locate the task in the task list and click on the "Delete" button. Confirm the deletion
when prompted.

7. To track the status of a task, refer to the status indicator associated with each task in the task list.

8. To view a summary of your tasks, navigate to the summary section or dashboard, where you can see
the total number of tasks and their distribution by status.

Designs

You might also like