Skip to content

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

Notifications You must be signed in to change notification settings

aslihana/todo-app-php-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published