Skip to content

22suraj889/Todo-PHP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

TodoList-in-PHP

  • Simple todo list application.
  • Basic CRUD operations on task, create account, delete account, change password etc.
  • Project demo : https://youtu.be/ui3Bh1-ZnkA
  • Technology used : Php and Mysql database, Html, Css

How to run ?

  • Install PHP, Mysql.
  • create Mysql database tables.
  • download this repository.
  • add your database in database.php => connectdatabase() function.
  • open cmd prompt and goto TODO-Application folder
  • type php -S localhost:4000 enter
  • open browser http://localhost:4000/login.php
  • done.

About

Simple todo list application with PHP and Mysql database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 91.9%
  • HTML 8.1%