Skip to content

PHP (PDO), MYSQL and JQuery AJAX Full Project from Scratch.

Notifications You must be signed in to change notification settings

Eyorika/php-to-do-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP (PDO), MYSQL and JQuery AJAX Full Project from Scratch.

I added the following functionality:

Implemented basic structure and styling for the ToDo List application Added functionality to add tasks with priority and due date Implemented task removal functionality Added task completion functionality Implemented loginfunctionality Implemented signup functionality Added email field to the signup form Implemented logout functionality Improved styling for the signup form Improved styling for the login form Added feature to display priority of tasks after adding them Fixed issue with duplicate task addition Implemented loading animation when tasks are being added** **Resolved issue with tasks not displaying after page reload Enhanced text animation using custom keyframe animation for main-section get_todos.php is a PHP script responsible for fetching the list of tasks (todos) from the database and returning them as a JSON response.


**Database name: to_do_list_db To login :
username: admin
password: admin
Clone

https://github.com/Eyorika/php-to-do-list

Credit : @codingWithElias Thank You!!

About

PHP (PDO), MYSQL and JQuery AJAX Full Project from Scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 61.9%
  • CSS 35.4%
  • JavaScript 2.7%