Kendrew's Project Portfolio Page
Project: SupperStrikers
SupperStrikers is a desktop food ordering application. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java.
Given below are my contributions to the project.
- New Feature: Added OrderItem, Order Class.
- What it does: Used to represent food items as items the user takes as orders.
- New Feature: Added Sort Command
- What it does: Allows users to sort the menu items by name or price.
- Justification: Helps to improve user experience and make it easier to find particular food items.
- New Feature: Added a profile command to allow user to create their profile
- What it does: Adds an address and phone number tagged to the user, which will be shown when user submits their order.
- Justification: Address and phone number required for shop owners to contact the user.
- Code contributed: RepoSense link
- Enhancements to existing features:
- Documentation:
- Community:
- PRs reviewed (with non-trivial review comments): #199