Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 612 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 612 Bytes

todo-app-php-mysql

Simple PHP&MySQL Todo App for your tasks you want to complete.

App is Live as Demo

Take a glance at http://todoapp.infinityfreeapp.com/index.php?

Running Locally

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

Screenshots

ss from app