/ToDoList

Primary LanguageJavaScript

ToDoList

This is a PHP based software to create a todo list for you

In this project mysql databse & php languge has been used

How To Use This Project

  • first you shuld create database name "todolist" whit 2 table
      first table named "users" to store user data with 4 column :
    • user_id
    • username
    • email
    • password
      and second table named "tasks" to store user data with 4 column :
    • task_id
    • user_id
    • task
    • status
  • or you can import attach file in this project
  • run the register.php path

attach files

todolist sql file.zip