Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raofin authored Sep 29, 2022
1 parent eee43ac commit 4a1ca49
Showing 1 changed file with 31 additions and 7 deletions.
38 changes: 31 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
<h3 align= "center">
This is my very first programming project :3
</h3>
<p align= "center">
My very first programming project!
</p>

## How to Run
* **Executable JAR:**
1. Download [Travel-Agency.zip](https://github.com/Raofin/Travel-Agency/releases/download/v1.0.0/Travel-Agency.zip) and extract it
2. Run `Travel-Agency.jar`
* **Source Code:**
1. Clone the repository
2. Execute the following commands:
* `javac -target 8 -source 8 Start.java`
* `java Start`

## Screenshots
<p align= "center">
<img src="https://imgur.com/cm0xgpj.png" title="" alt="" width="690">
<img src="https://imgur.com/oJBuLDr.png" title="" alt="" width="690">
<img src="https://imgur.com/8Ra0oNN.png" title="" alt="" width="690">
<img src="https://imgur.com/0piqYUW.png" title="" alt="" width="690">
<img src="https://raofin.github.io/r/img/Travel-Agency/(1).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(2).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(3).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(4).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(5).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(6).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(7).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(8).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(9).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(10).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(11).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(12).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(14).png" width="400">
<img src="https://raofin.github.io/r/img/Travel-Agency/(15).png" width="400">
</p>

## License
This project is licensed under the [MIT License](LICENSE.md).

0 comments on commit 4a1ca49

Please sign in to comment.