Skip to content

Commit f19e1d7

Browse files
authored
Update README.md
1 parent 49ae2ee commit f19e1d7

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Material Design Library Management Software using JavaFX
22
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).
3-
4-
### Libraries Used
5-
* [JFoenix](https://github.com/jfoenixadmin/JFoenix) - JavaFX Material Design Library
6-
* [Apache Derby](https://db.apache.org/derby/) - Standalone Relational database
7-
* [Apache Commons](https://commons.apache.org/) - For creating SHA hash
8-
* [GSon](https://github.com/google/gson) - JSON Library. Used for storing configuration
9-
* [FontawesomeFX](https://bitbucket.org/Jerady/fontawesomefx) - Icon library
10-
* [Apache PDFBox](https://pdfbox.apache.org/) - PDF Export
11-
* [JavaMail API](http://www.oracle.com/technetwork/java/javamail/index.html) - Email Notification
123

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

26+
### Libraries Used
27+
* [JFoenix](https://github.com/jfoenixadmin/JFoenix) - JavaFX Material Design Library
28+
* [Apache Derby](https://db.apache.org/derby/) - Standalone Relational database
29+
* [Apache Commons](https://commons.apache.org/) - For creating SHA hash
30+
* [GSon](https://github.com/google/gson) - JSON Library. Used for storing configuration
31+
* [FontawesomeFX](https://bitbucket.org/Jerady/fontawesomefx) - Icon library
32+
* [Apache PDFBox](https://pdfbox.apache.org/) - PDF Export
33+
* [JavaMail API](http://www.oracle.com/technetwork/java/javamail/index.html) - Email Notification
34+
3135
### Screenshots
3236
<p align="center">
3337
<img src=https://i.imgur.com/txmOeXS.png>

0 commit comments

Comments
 (0)