Skip to content

AgnieszkaAureliaMarczak/Voucher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📁 Voucher - file creating programme 📁

An object-oriented app that allows creating multiple coupons/vouchers and writing them into a TXT or PDF file.

📝 General Information

Create multiple accomodation vouchers with various variables and save them into a TXT or PDF file, ready to print!

I created this app to practise object-oriented principles such as inheritance and interfaces.

📝 Features

✏️ Write unlimited number of coupons/vouchers

✏️ Five voucher variables available: number or nights, number of people, room type, add-ons and validity

✏️ Edit written vouchers at any time

✏️ Create a TXT or PDF file with your vouchers

✏️ Ready to print! 💻

📝 How To Use

✏️ Clone the repository using Git, then run it on your computer

✏️ Pro-Tip: for best functionality use the Oracle OpenJDK version 17

✏️ Set up Maven

✏️ Required dependency: Apache PDFBox, version 3.0.1

✏️ Run the programme from the main method

obraz

✏️ Have fun!