Skip to content

This is a simple web application for managing daily tasks [using PHP and Jquery]. It allows users to add, remove, and mark tasks as completed. The application features a clean and intuitive interface with dynamic updates using AJAX.

Notifications You must be signed in to change notification settings

komalSingh9289/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a simple web application for managing daily tasks. It allows users to add, remove, and mark tasks as completed. The application features a clean and intuitive interface with dynamic updates using AJAX.

Features-

  1. Add Tasks: Users can easily add new tasks by typing in the input field and clicking the "Add" button.
  2. Remove Tasks: Tasks can be removed individually by clicking on the remove button next to each task.
  3. Mark Tasks as Completed: Users can mark tasks as completed by checking the checkbox next to each task. Completed tasks are visually distinguished from active tasks.
  4. View All, Active, or Completed Tasks: Users can switch between different views to see all tasks, only active tasks, or only completed tasks.

Technologies Used-

  1. HTML/CSS/JavaScript: The front-end of the application is built using HTML, CSS, and JavaScript for dynamic behavior.
  2. Bootstrap: Bootstrap framework is used for styling and responsive design.
  3. PHP: Server-side scripting is done using PHP to handle AJAX requests and interact with the database.
  4. MySQL: MySQL database is used to store tasks and manage task data.
  5. jQuery: jQuery library is used to simplify DOM manipulation and AJAX requests.

Setup Instructions

  1. Clone the repository to your local machine.
  2. Ensure you have a web server with PHP and MySQL installed.
  3. Import the provided SQL file to set up the database schema and sample data.
  4. Configure the database connection settings in the PHP files (insert_task.php, delete_task.php, update_task.php, all.php, active.php, completed.php) to match your environment.
  5. Open the index.php file in your web browser to access the To-Do List application.

PREVIEW

Screenshot (67)

Screenshot (68)

Screenshot (69)

About

This is a simple web application for managing daily tasks [using PHP and Jquery]. It allows users to add, remove, and mark tasks as completed. The application features a clean and intuitive interface with dynamic updates using AJAX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages