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