Simple PHP&MySQL Todo App for your tasks you want to complete.
Take a glance at http://todoapp.infinityfreeapp.com/index.php?
Start apache web server
& MySQL Database
on your web server solution. Like xampp
.
Create a database on your phpmyadmin
page or database tools like MySQL Workbench
named todos
.
Create a table includes 2 columns id
(INT(11)) as primary key & task
(VARCHAR(255)) on the database which named tasks
After that start your browser and go to localhost/todo/index.php