- Project Overview
- Features
- File Structure
- How to Run the Application
- How to Contribute
- Sources and Credits
DELIcious is a point of sales application designed for a custom sandwich shop. It automates the order process, allowing for efficient handling of sandwich orders, including customization of sandwich orders with various toppings and bread types.
Order customization with multiple options for bread and toppings. Automated calculation of order prices. Receipt generation and saving functionality. Price management through an external Price.csv file.
src: Contains the source code. org.delicious.Model: Core model classes (e.g., Order, BreadType, etc.). org.delicious.Model.IO: Input/Output classes for file handling. Price.csv: CSV file for managing prices of items.
Run the application using your IDE or via the command line: java -jar path/to/delicious.jar, Follow the on-screen prompts to place orders.
Fork the Repository: Create your own fork of the project. Make Changes: Implement your changes or improvements. Submit a Pull Request: Submit a PR for review and potential merge with the main project.
Sources; Google, offcial Java Documentations,etc.