Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zcarroll4/PHPToDo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach committed Apr 25, 2019
2 parents 0f2e5d6 + 1fe8a9b commit b8a3fd7
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
![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
```


0 comments on commit b8a3fd7

Please sign in to comment.