Skip to content

Commit a19381f

Browse files
authored
Update README.md
1 parent 018aefc commit a19381f

File tree

1 file changed

+35
-7
lines changed

1 file changed

+35
-7
lines changed

README.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# BookJar
22

3-
## About BookJar & Features:
3+
**A program that will help store info and notes about the books you have read.**
44

5-
BookJar is a program that will help store info about the books you have read.
6-
BookJar stores the:
5+
***
6+
7+
## BookJar Features:
8+
9+
BookJar stores the following info about a book:
710

811
1. Title
912
2. Author
@@ -19,7 +22,7 @@ To view the notes of a book, press the "View Notes" to open them.
1922

2023
***
2124

22-
### Tableview Context Menu:
25+
### Tableview context menu:
2326

2427
To access the context menu, right-click on the table.
2528
*Note: The context menu options will be grayed out if there are no books in the table.*
@@ -45,6 +48,31 @@ by selected a different option among the three radio buttons right of the text f
4548

4649
## Requirements to edit source code:
4750

48-
1. Have Java 16.0.1 or up to run the source code.
49-
2. Have the JavaFX 16 SDK installed.
50-
3. Have SceneBuilder installed to easily edit .fxml files (optional, but highly recommended).
51+
1. Have [Java 16.0.1](https://jdk.java.net/) to run the source code.
52+
2. Have the [JavaFX 16 SDK](https://gluonhq.com/products/javafx/) installed.
53+
3. Have [SceneBuilder](https://gluonhq.com/products/scene-builder/) installed to easily edit .fxml files (optional, but highly recommended).
54+
55+
***
56+
57+
## Screenshots:
58+
59+
#### Home screen:
60+
<img src="screenshots/BookJar-home.png"/>
61+
62+
#### Viewing book notes:
63+
<img src="screenshots/BookJar-view_notes.png"/>
64+
65+
#### Editing a book:
66+
<img src="screenshots/BookJar-edit_book.png"/>
67+
68+
#### Searching books by title:
69+
<img src="screenshots/BookJar-search-title.png"/>
70+
71+
#### Searching books by author:
72+
<img src="screenshots/BookJar-search-author.png"/>
73+
74+
#### Searching books by genre:
75+
<img src="screenshots/BookJar-search-genre.png"/>
76+
77+
#### About box:
78+
<img src="screenshots/BookJar-about.png"/>

0 commit comments

Comments
 (0)