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.
-
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.
- PHP Native (Core PHP)
- HTML
- CSS
- MySQL
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