Supper Strikers is a desktop application for managing your supper orders. It is targeted at students living in NUS for ordering delivery from supper stretch. While it has a GUI (Graphical User Interface), most of the user interactions happen using a CLI (Command Line Interface).
- If you are interested in using Supper Strikers, head over to the User Guide.
- If you are interested about developing Supper Strikers, the Developer Guide is a good place to start.
- JavaFX - Used for creating the GUI
- Jackson - Used for processing JSON files
- JUnit5 - Used for unit testing
- Adapted from AddressBook Level 3 (AB3), part of the se-education.org initiative. If you would like to contribute code to this project, see se-education.org for more info .