Skip to content

fatemaasem/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 To-Do List Application (PHP Native)

This project is a simple and practical To-Do List application built using Native PHP (Core PHP) without using any frameworks.
It is designed to help users manage their daily tasks efficiently with basic CRUD operations and proper validation.

🚀 Features

  • Add Tasks
    Users can create new tasks easily through a simple input form.

  • Edit Tasks
    Existing tasks can be updated when changes are needed.

  • Delete Tasks
    Users can remove tasks that are no longer required.

  • Form Validation
    Input validation is implemented to ensure that required fields are not empty and data is entered correctly.

  • User Feedback Messages
    The system displays clear success and error messages to inform users about the result of their actions.

🛠️ Technologies Used

  • PHP Native (Core PHP)
  • HTML
  • CSS
  • MySQL

🎯 Purpose of the Project

This project was developed to practice Core PHP fundamentals, including:

  • Handling forms
  • Performing CRUD operations
  • Applying server-side validation
  • Displaying dynamic messages
  • Working with structured PHP code without frameworks

About

To-Do List Application (PHP Native)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors