doganenes / todo-app

PHP, MySQL, Bootstrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo App

todos Todo App project using PHP, MySQL, Bootstrap, and CSS3.

Users can add a new task or delete an existing task. Added or deleted tasks are stored in the tbltodos table in the database. ​db


How to run:

When a new task is added, it is saved in the database. Status value is 0. todo-1 sql-1

Then, we add 9 tasks more: todo-2 sql-2

When the task is deleted by clicking the button, it changes its status to 1 in this database. todo-3 sql-3

After 3 more tasks are deleted: todo-4 sql-4


To get a local copy of the code, clone it using git:

git clone https://github.com/doganenes/todo-app.git
cd todo-app

About

PHP, MySQL, Bootstrap


Languages

Language:PHP 71.7%Language:CSS 28.3%