Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalashyana authored Dec 16, 2018
1 parent 49ae2ee commit f19e1d7
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Material Design Library Management Software using JavaFX
This is a library management software developed using JavaFX programming language. The entire development video with explanation of each and every part (in realtime) is available in my YouTube Channel [Genuine Coder Youtube Channel](https://www.youtube.com/playlist?list=PLhs1urmduZ29jTcE1ca8Z6bZNvH_39ayL).

### Libraries Used
* [JFoenix](https://github.com/jfoenixadmin/JFoenix) - JavaFX Material Design Library
* [Apache Derby](https://db.apache.org/derby/) - Standalone Relational database
* [Apache Commons](https://commons.apache.org/) - For creating SHA hash
* [GSon](https://github.com/google/gson) - JSON Library. Used for storing configuration
* [FontawesomeFX](https://bitbucket.org/Jerady/fontawesomefx) - Icon library
* [Apache PDFBox](https://pdfbox.apache.org/) - PDF Export
* [JavaMail API](http://www.oracle.com/technetwork/java/javamail/index.html) - Email Notification

### New Features
* One-click database export
<p align="center">
<img src=https://i.imgur.com/ufZOqkn.png>
</p>
* Notify overdue via email.
<p align="center">
<img src=https://i.imgur.com/7UutZZQ.png>
Expand All @@ -28,6 +23,15 @@ This is a library management software developed using JavaFX programming languag
| ------------- | ------------- |
| admin | admin |

### Libraries Used
* [JFoenix](https://github.com/jfoenixadmin/JFoenix) - JavaFX Material Design Library
* [Apache Derby](https://db.apache.org/derby/) - Standalone Relational database
* [Apache Commons](https://commons.apache.org/) - For creating SHA hash
* [GSon](https://github.com/google/gson) - JSON Library. Used for storing configuration
* [FontawesomeFX](https://bitbucket.org/Jerady/fontawesomefx) - Icon library
* [Apache PDFBox](https://pdfbox.apache.org/) - PDF Export
* [JavaMail API](http://www.oracle.com/technetwork/java/javamail/index.html) - Email Notification

### Screenshots
<p align="center">
<img src=https://i.imgur.com/txmOeXS.png>
Expand Down

0 comments on commit f19e1d7

Please sign in to comment.