lukeKuzmish/simple_to_do
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
###########################
simple to do application in PHP
lukekuzmish@gmail.com
###########################
USER_NAME.sql -- change the table name to your name. My name is Luke, so my db name is `luke`
NOTE: you will have to change this in dbconnect.php as well.
dbconnect.php -- contains all the database connection information.
NOTE: you will need to update this for your server
TODO:
- add a new column for time completed (might be interesting to track
- multiple sorting views (view newest, view completed, view all (completed and incomplete)
- make the table look nicer