Skip to content

Commit a0e2dca

Browse files
authored
Update README.md
1 parent 75fe7f5 commit a0e2dca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Assignment Manager
22

33

4-
This is an assignments manager which are created using Javafx1.8 (But later migrated to Javafx14). The project is created using the Maven to manage the build process. The project used Derby, which is an RDBMS that could be used with the Java program. The program could let its user be able to distinguish the available assignment by sorting the assignment according to their due date. As well as the different background colour for different assignment status (still got time left, already due, and almost times up)
4+
This is an assignments manager which are created using Javafx1.8 (But later migrated to Javafx14). The project is created using the Maven to manage the build process. The project used sqlite. The program could let its user be able to distinguish the available assignment by sorting the assignment according to their due date. As well as the different background colour for different assignment status (still got time left, already due, and almost times up)
55

66
## Screenshots
77

88
### Start-up
9-
![start-up of the program](https://github.com/Leonlit/Assignment_manager/blob/master/img/start_up.png?raw=true)
9+
<img src="https://github.com/Leonlit/Assignment_manager/blob/master/img/start_up.png?raw=true" alt="start-up of the program" height="400px">
1010

1111
### Example when there's record in the database
12-
![example view when there's record in database](https://github.com/Leonlit/Assignment_manager/blob/master/img/example_view.png?raw=true)
12+
<img src="https://github.com/Leonlit/Assignment_manager/blob/master/img/example_view.png?raw=true" alt="example view when there's record in database" height="400px">
1313

1414
### Adding new Assignment into the database
15-
![Adding data into the manager](https://github.com/Leonlit/Assignment_manager/blob/master/img/add_new.png?raw=true)
15+
<img src="https://github.com/Leonlit/Assignment_manager/blob/master/img/add_new.png?raw=true" alt="Adding data into the manager" height="400px">
1616

1717
### Editing existing Assignment data
18-
![Editing existing data](https://github.com/Leonlit/Assignment_manager/blob/master/img/edit.png?raw=true)
18+
<img src="https://github.com/Leonlit/Assignment_manager/blob/master/img/edit.png?raw=true" alt="Editing existing data" height="400px">
1919

2020

2121
## Contact

0 commit comments

Comments
 (0)