Skip to content

Commit c31ed5a

Browse files
authored
added images and link to the presentation
1 parent a6ae831 commit c31ed5a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
## Features
44

55
- **Responsive Design**: Compatible with various device sizes.
6-
- **Search Functionality**: Search vehicles by color, body type, make year, and model. ![Search page](src/main/resources/other/search.png)
6+
- **Search Functionality**: Search vehicles by color, body type, make year, and model.
7+
<div style="text-align:center;">
8+
<img src="src/main/resources/other/search.png" alt="Search page" style="width: 400px;" />
9+
</div>
10+
711
- **Database Integration**: Utilizes MongoDB for storage.
8-
- **Camera Handling**: Prepared for future QR code scanning integration. ![Scan page](src/main/resources/other/camera.png)
12+
- **Camera Handling**: Prepared for future QR code scanning integration.
13+
<div style="text-align:center;">
14+
<img src="src/main/resources/other/camera.png" alt="Scan page" style="width: 400px;" />
15+
</div>
16+
917
- **Automatic Parking Management**: Manages incoming and leaving vehicles efficiently.
1018

1119
## Installation

0 commit comments

Comments
 (0)