From 3505b08003e0f360acbba26ca997517b39aedccc Mon Sep 17 00:00:00 2001 From: Zach Carroll <38516457+zcarroll4@users.noreply.github.com> Date: Thu, 25 Apr 2019 10:26:47 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12b0ebe..ef9b9f7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # PHPToDo -PHPToDo PHPToDo +### What I learned - +-Designing an CRUD application (Create, Read, Update & Delete) +-Connecting an application with data from a SQL database +-Create Database PHP functions in order to retrive, update and delete data +-Javascript functions included Date time ticker, Countdown to Graduation, Popup window function +-Encrypt data to prevent PHP SQL injection ### User Interface Images ![UI-02](https://github.com/zcarroll4/PHPToDo/blob/master/images/UI/Dashboard.jpg) @@ -10,4 +15,15 @@ PHPToDo PHPToDo ![UI-04](https://github.com/zcarroll4/PHPToDo/blob/master/images/UI/Login.jpg) - ![UI-05](https://github.com/zcarroll4/PHPToDo/blob/master/images/UI/Register.jpg) \ No newline at end of file + ![UI-05](https://github.com/zcarroll4/PHPToDo/blob/master/images/UI/Register.jpg) + + #### GitBash Commands + ``` + git clone https://github.com/zcarroll4/PHPToDo.git + git add . + git commit -m "INSERT MESSAGE FOR COMMIT" + git push + + ``` + + From 1fe8a9bf50281816619674219ec004e77b0e1634 Mon Sep 17 00:00:00 2001 From: Zach Carroll <38516457+zcarroll4@users.noreply.github.com> Date: Thu, 25 Apr 2019 10:27:34 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ef9b9f7..ec732f8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # PHPToDo ### What I learned - --Designing an CRUD application (Create, Read, Update & Delete) --Connecting an application with data from a SQL database --Create Database PHP functions in order to retrive, update and delete data --Javascript functions included Date time ticker, Countdown to Graduation, Popup window function --Encrypt data to prevent PHP SQL injection +- Designing an CRUD application (Create, Read, Update & Delete) +- Connecting an application with data from a SQL database +- Create Database PHP functions in order to retrive, update and delete data +- Javascript functions included Date time ticker, Countdown to Graduation, Popup window function +- Encrypt data to prevent PHP SQL injection ### User Interface Images ![UI-02](https://github.com/zcarroll4/PHPToDo/blob/master/images/UI/Dashboard.jpg)